Checkbox lag fix

This commit is contained in:
Firq 2024-10-30 20:51:09 +01:00
parent f9fb025622
commit 7a3c4f14ae
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
3 changed files with 4 additions and 3 deletions
src/components/navbar

View file

@ -17,6 +17,7 @@ const hamburger_src_url = `url("${hamburger.src}")`
input[type="checkbox"] {
opacity: 0;
position: absolute;
touch-action: manipulation;
}
input[type="checkbox"]:checked ~ .dropdown-content {