Disable double tap zoom on button.

This commit is contained in:
2020-01-25 14:21:23 +01:00
parent 5917217c67
commit 2d65626e03

View File

@@ -337,6 +337,9 @@ button {
height: calc(3rem + 18px);
display: inline-flex;
max-height: calc(3rem + 18px);
// disable-dbl-tap-zoom
touch-action: manipulation;
}
.colors-text {