feat: prevent pull to refresh on phones

- disable y overscroll
This commit is contained in:
2026-06-06 19:36:22 +05:30
parent 1195159c3d
commit f2af73ac69

View File

@@ -44,6 +44,7 @@
-moz-osx-font-smoothing: grayscale;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
overscroll-behavior-y: contain;
}
html.dark {
@@ -55,6 +56,7 @@
background-color: #F3EDE4;
transition: background-color 0.2s ease, color 0.2s ease;
touch-action: pan-x pan-y;
overscroll-behavior-y: contain;
}
html.dark body {