🐛 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
+1 -1
View File
@@ -23,7 +23,7 @@ body button {
/* Hamburger menu */
body:has(#menu-controller:checked) {
@apply fixed overflow-y-hidden;
@apply h-screen overflow-hidden;
}
#menu-button:has(#menu-controller:checked) {
@apply invisible;