fix mobile scroll on menu

This commit is contained in:
2025-04-11 07:11:00 +04:00
parent 7406a60a8a
commit ee41d28a2d
+2
View File
@@ -1175,6 +1175,8 @@ img {
padding: 60px 20px 20px; padding: 60px 20px 20px;
transform: translateX(-100%); transform: translateX(-100%);
transition: transform 0.3s; transition: transform 0.3s;
overflow-y: auto;
max-height: 100vh;
} }
.mobile-menu.active { .mobile-menu.active {