fix: prevent touch double-tap zoom
All checks were successful
CI / check (pull_request) Successful in 3m46s

This commit is contained in:
2026-07-23 11:22:36 +08:00
parent 301064dbf6
commit 5bd63846d1

View File

@@ -7,6 +7,7 @@
.editable-cell--enabled {
cursor: cell;
touch-action: manipulation;
padding: 4px 6px;
margin: -4px -6px;
border: 1px solid transparent;