fixing scroll problem when menu open

This commit is contained in:
Antoine M 2024-04-23 15:38:25 +02:00
parent 2e5ea63e33
commit 5cfa63669e

View File

@ -61,3 +61,7 @@ nav.main-menu {
pointer-events: none;
}
}
body:has(.menu[open]) {
overflow: hidden;
}