Disable double tap zoom on button.
This commit is contained in:
@@ -337,6 +337,9 @@ button {
|
|||||||
height: calc(3rem + 18px);
|
height: calc(3rem + 18px);
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
max-height: calc(3rem + 18px);
|
max-height: calc(3rem + 18px);
|
||||||
|
|
||||||
|
// disable-dbl-tap-zoom
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
.colors-text {
|
.colors-text {
|
||||||
|
|||||||
Reference in New Issue
Block a user