mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-10-29 17:50:32 +00:00
Rapid button presses no longer zoom page.
This commit is contained in:
3
frontend/styles/normalize.scss
vendored
3
frontend/styles/normalize.scss
vendored
@@ -12,4 +12,7 @@ a {
|
|||||||
button {
|
button {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
-webkit-appearance: unset;
|
-webkit-appearance: unset;
|
||||||
|
|
||||||
|
// disable-dbl-tap-zoom
|
||||||
|
touch-action: manipulation;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user