summaryrefslogtreecommitdiffhomepage
path: root/src/app.css
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-09 18:36:43 +0900
committerAdam Malczewski <[email protected]>2026-04-09 18:36:43 +0900
commit5829857baad78a272073ba9f1d226a4849a709c4 (patch)
tree977cff858d4f1969d323b848744382866c2228f6 /src/app.css
parent48a2e2d6e81d9fd1e9b7979e12b596549f5eed15 (diff)
downloadflashair-speedsync-5829857baad78a272073ba9f1d226a4849a709c4.tar.gz
flashair-speedsync-5829857baad78a272073ba9f1d226a4849a709c4.zip
add zoom
Diffstat (limited to 'src/app.css')
-rw-r--r--src/app.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/app.css b/src/app.css
index 147bcf3..9a009fc 100644
--- a/src/app.css
+++ b/src/app.css
@@ -2,3 +2,8 @@
@plugin "daisyui" {
themes: cmyk --default, black;
}
+
+html, body {
+ touch-action: pan-x pan-y;
+ overscroll-behavior: none;
+}