🐛 Fix hamburger menu positioning in mobile browsers

Fixes #399
This commit is contained in:
James Panther
2023-01-13 09:04:34 +11:00
parent 9c2647a092
commit 66209846d5
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ body button {
/* Hamburger menu */
body:has(#menu-controller:checked) {
@apply overflow-y-hidden;
@apply fixed overflow-y-hidden;
}
#menu-button:has(#menu-controller:checked) {
@apply invisible;