Skip to content

Commit

Permalink
Disable accidental zooming of the controls.
Browse files Browse the repository at this point in the history
  • Loading branch information
robholland committed Nov 20, 2024
1 parent a3c66fe commit ccfb7cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snakes/src/routes/team/[team]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<style>
body {
overflow: hidden;
touch-action: none;
}
</style>
</svelte:head>
Expand Down

0 comments on commit ccfb7cb

Please sign in to comment.