feat: disable overscroll effect

This commit is contained in:
shinya
2025-06-24 21:25:27 +08:00
parent 4cfd0ee678
commit 9a167ccda0

View File

@@ -21,6 +21,8 @@ html,
body {
height: 100%;
overflow-x: hidden;
/* 阻止 iOS Safari 拉动回弹 */
overscroll-behavior: none;
}
body {