fixing body behaviuour when menu renovateur opened
This commit is contained in:
parent
a5ffcd9b77
commit
d922848abf
|
|
@ -1,3 +1,15 @@
|
||||||
|
/* Handling background page scroll */
|
||||||
|
body:has(.menu-renovateur .sub-menu--open) {
|
||||||
|
@apply overflow-hidden;
|
||||||
|
@media screen and (max-width: 960px) {
|
||||||
|
/* FIXING BUG ON SAFARI */
|
||||||
|
.menu-renovateur__mobile-menu-toggle,
|
||||||
|
main {
|
||||||
|
@apply hidden;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
header#main-header {
|
header#main-header {
|
||||||
@apply flex
|
@apply flex
|
||||||
flex-col-reverse
|
flex-col-reverse
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user