🐛 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
View File
@@ -1020,6 +1020,7 @@ body button {
/* Hamburger menu */
body:has(#menu-controller:checked) {
position: fixed;
overflow-y: hidden;
}