fix: prevent double-tap zoom on mobile stepper buttons
Add touch-action: manipulation to .btn-adjust so rapid taps on +/- buttons no longer trigger the browser's double-tap-to-zoom gesture.
This commit is contained in:
parent
049e9d68a8
commit
55addb200c
1 changed files with 1 additions and 0 deletions
|
|
@ -190,6 +190,7 @@ input.input-field[type="number"] {
|
|||
background-color: var(--surface);
|
||||
color: var(--accent);
|
||||
font-weight: 700;
|
||||
touch-action: manipulation;
|
||||
transition:
|
||||
background-color 150ms ease,
|
||||
color 150ms ease;
|
||||
|
|
|
|||
Loading…
Reference in a new issue