FIX Blocked scroll on small computer screen
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Nonimart 2025-10-30 14:54:23 +01:00
parent e29871d25a
commit 35d1ff8ac6

View File

@ -1,7 +1,7 @@
/* Handling background page scroll */
body:has(header .menu-renovateur .sub-menu--open) {
@apply overflow-hidden;
@media screen and (max-width: 960px) {
@apply overflow-hidden;
/* FIXING BUG ON SAFARI */
.menu-renovateur__mobile-menu-toggle,
main {