FIX Blocked scroll on small computer screen
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e29871d25a
commit
35d1ff8ac6
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user