Skip to content

Commit 89e109a

Browse files
committed
claude:fix: remove the vertical overscroll bounce (rubber-band effect on mobile)
1 parent 35431b7 commit 89e109a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/assets/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Version : 1.0
5656

5757
html {
5858
overflow-x: hidden;
59-
overscroll-behavior-x: none;
59+
overscroll-behavior: none;
6060
}
6161

6262
body {

0 commit comments

Comments
 (0)