fixing mobile menu close cross button bug appearing on submenu on renovateur submenu open
This commit is contained in:
parent
5ffbd4c029
commit
0cfcba52f0
|
|
@ -275,6 +275,11 @@
|
||||||
/* Handling background page scroll */
|
/* Handling background page scroll */
|
||||||
body:has(.menu-renovateur .sub-menu--open) {
|
body:has(.menu-renovateur .sub-menu--open) {
|
||||||
@apply overflow-hidden;
|
@apply overflow-hidden;
|
||||||
|
/* FIXING BUG ON SAFARI */
|
||||||
|
.menu-renovateur__mobile-menu-toggle,
|
||||||
|
main {
|
||||||
|
@apply hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.menu-renovateur--footer {
|
.menu-renovateur--footer {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user