fix: pages cannot be quickly moved back by hand gestures (#4845)

This commit is contained in:
Vben
2024-11-09 16:32:55 +08:00
committed by GitHub
parent 4005023fd4
commit 26bec4222f
5 changed files with 19 additions and 8 deletions

View File

@@ -31,7 +31,7 @@
#app,
body,
html {
@apply size-full overscroll-none;
@apply size-full;
/* scrollbar-gutter: stable; */
}