Rapid button presses no longer zoom page.

This commit is contained in:
2020-07-19 19:27:10 +02:00
parent 310955eb6e
commit 9898c163ee

View File

@@ -12,4 +12,7 @@ a {
button {
cursor: pointer;
-webkit-appearance: unset;
// disable-dbl-tap-zoom
touch-action: manipulation;
}