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 {
|
.table-cell {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
.aspect-\[\.\.\.\] {
|
|
||||||
aspect-ratio: ...;
|
|
||||||
}
|
|
||||||
.aspect-\[4\/3\] {
|
.aspect-\[4\/3\] {
|
||||||
aspect-ratio: 4/3;
|
aspect-ratio: 4/3;
|
||||||
}
|
}
|
||||||
@@ -4658,8 +4655,8 @@ body:has(#mobile-menu-toggle:checked) {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
@media (min-width: 853px) {
|
@media (min-width: 853px) {
|
||||||
body {
|
body:has(#mobile-menu-toggle:checked) {
|
||||||
position: static !important;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#bmc-wbtn {
|
#bmc-wbtn {
|
||||||
|
|||||||
@@ -276,8 +276,8 @@ body:has(#mobile-menu-toggle:checked) {
|
|||||||
|
|
||||||
/* Reset body position for desktop after it was modified on mobile */
|
/* Reset body position for desktop after it was modified on mobile */
|
||||||
@media (min-width: 853px) {
|
@media (min-width: 853px) {
|
||||||
body {
|
body:has(#mobile-menu-toggle:checked) {
|
||||||
position: static !important;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user