Skip to content

Commit

Permalink
disable touch zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
arjanfrans committed Mar 20, 2024

Verified

This commit was signed with the committer’s verified signature.
renovate-bot Mend Renovate
1 parent 661b580 commit f9244e8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/web/index.css
Original file line number Diff line number Diff line change
@@ -5,8 +5,15 @@ html {
body {
font-family: sans-serif;
height: 100%;
color: black;
touch-action: manipulation;
}

button {
color: black;
}


div.controller-scoreboard {
width: 100%;
height: 100%;

0 comments on commit f9244e8

Please sign in to comment.