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;