forked from wangziqi/gongxue-base
fix: prevent touch double-tap zoom
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
|
|
||||||
.editable-cell--enabled {
|
.editable-cell--enabled {
|
||||||
cursor: cell;
|
cursor: cell;
|
||||||
|
touch-action: manipulation;
|
||||||
padding: 4px 6px;
|
padding: 4px 6px;
|
||||||
margin: -4px -6px;
|
margin: -4px -6px;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|||||||
Reference in New Issue
Block a user