From b4225365c7c9571e1ed5a7d7d7f725239b74aec3 Mon Sep 17 00:00:00 2001 From: Zach R Date: Sat, 17 Dec 2022 09:40:04 -0800 Subject: [PATCH] attempt #4 --- frontend/scoring/Scoreboard.svelte | 5 ----- frontend/scoring/components/scores/ScoringZone.svelte | 3 +++ 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/scoring/Scoreboard.svelte b/frontend/scoring/Scoreboard.svelte index f499783..d9208f4 100644 --- a/frontend/scoring/Scoreboard.svelte +++ b/frontend/scoring/Scoreboard.svelte @@ -96,9 +96,4 @@ margin-top: auto; margin-bottom: auto; } - :global { - * { - touch-action: manipulation; - } - } diff --git a/frontend/scoring/components/scores/ScoringZone.svelte b/frontend/scoring/components/scores/ScoringZone.svelte index 2f2b559..8d6f59c 100644 --- a/frontend/scoring/components/scores/ScoringZone.svelte +++ b/frontend/scoring/components/scores/ScoringZone.svelte @@ -61,4 +61,7 @@ border: none; outline: none; } + button { + touch-action: manipulation; + } \ No newline at end of file