mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
fix(mobile-menu): body not scrollable
This commit is contained in:
@@ -276,8 +276,8 @@ body:has(#mobile-menu-toggle:checked) {
|
||||
|
||||
/* Reset body position for desktop after it was modified on mobile */
|
||||
@media (min-width: 853px) {
|
||||
body {
|
||||
position: static !important;
|
||||
body:has(#mobile-menu-toggle:checked) {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user