From 7356d0e810474d204dd5b31ccc5d9f1308757a6a Mon Sep 17 00:00:00 2001 From: Chris Chen Date: Tue, 23 Jun 2026 17:47:16 -0700 Subject: [PATCH] Update attendance-counter-page.component.scss --- .../attendance-counter-page.component.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/APP/src/app/features/meal-attendance/pages/attendance-counter-page/attendance-counter-page.component.scss b/APP/src/app/features/meal-attendance/pages/attendance-counter-page/attendance-counter-page.component.scss index bdac2ab..d71460e 100644 --- a/APP/src/app/features/meal-attendance/pages/attendance-counter-page/attendance-counter-page.component.scss +++ b/APP/src/app/features/meal-attendance/pages/attendance-counter-page/attendance-counter-page.component.scss @@ -133,6 +133,7 @@ cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; + touch-action: manipulation; /* kill double-tap-to-zoom on rapid taps */ transition: transform 0.08s ease, filter 0.15s ease, opacity 0.15s ease; box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.6); @@ -163,6 +164,7 @@ cursor: pointer; user-select: none; -webkit-tap-highlight-color: transparent; + touch-action: manipulation; /* kill double-tap-to-zoom on rapid taps */ transition: transform 0.08s ease, filter 0.15s ease; -webkit-background-clip: text; background-clip: text;