🐛 Fix page alignment when opening hamburger menu

Fixes #445
This commit is contained in:
James Panther
2023-01-20 09:06:19 +11:00
parent 83d6634616
commit f386bc85bd
3 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -1020,8 +1020,8 @@ body button {
/* Hamburger menu */
body:has(#menu-controller:checked) {
position: fixed;
overflow-y: hidden;
height: 100vh;
overflow: hidden;
}
#menu-button:has(#menu-controller:checked) {