Checkbox lag fix
This commit is contained in:
parent
f9fb025622
commit
7a3c4f14ae
3 changed files with 4 additions and 3 deletions
src/components/navbar
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue