Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
attempt #4
Browse files Browse the repository at this point in the history
  • Loading branch information
rutmanz committed Dec 17, 2022
1 parent 317b4c7 commit b422536
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/scoring/Scoreboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,4 @@
margin-top: auto;
margin-bottom: auto;
}
:global {
* {
touch-action: manipulation;
}
}
</style>
3 changes: 3 additions & 0 deletions frontend/scoring/components/scores/ScoringZone.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,7 @@
border: none;
outline: none;
}
button {
touch-action: manipulation;
}
</style>

0 comments on commit b422536

Please sign in to comment.