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:
@@ -1063,9 +1063,6 @@
|
||||
.table-cell {
|
||||
display: table-cell;
|
||||
}
|
||||
.aspect-\[\.\.\.\] {
|
||||
aspect-ratio: ...;
|
||||
}
|
||||
.aspect-\[4\/3\] {
|
||||
aspect-ratio: 4/3;
|
||||
}
|
||||
@@ -4658,8 +4655,8 @@ body:has(#mobile-menu-toggle:checked) {
|
||||
overflow: hidden;
|
||||
}
|
||||
@media (min-width: 853px) {
|
||||
body {
|
||||
position: static !important;
|
||||
body:has(#mobile-menu-toggle:checked) {
|
||||
overflow: visible;
|
||||
}
|
||||
}
|
||||
#bmc-wbtn {
|
||||
|
||||
@@ -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