diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-06-28 22:24:55 +1000 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-06-28 22:24:55 +1000 |
| commit | 7677d593467e7cc29cf10f28301152776c027bd2 (patch) | |
| tree | 1287947c5ce202b03b89fa6db18c492c589b50a6 /src/index.css | |
| parent | a97ac5f88503b8685c3f0068d4d7b51fc1d01150 (diff) | |
Use double-taps on mobile
Diffstat (limited to 'src/index.css')
| -rw-r--r-- | src/index.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index.css b/src/index.css index 6569d31..c3e9ac7 100644 --- a/src/index.css +++ b/src/index.css @@ -8,6 +8,7 @@ } body { font-family: Ubuntu, system-ui, sans-serif; + touch-action: manipulation; /* Prevents non-standard gestures such as double-tap to zoom */ } /* For transitions/animations */ |
