Skip to content

Commit 6173479

Browse files
committed
1 parent 03da98e commit 6173479

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

core/src/components/content/content.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
.scroll-x {
5959
-webkit-overflow-scrolling: touch;
6060
will-change: scroll-position;
61+
overscroll-behavior: contain;
6162
}
6263

6364
.scroll-y {

core/src/css/structure.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ body {
4545

4646
word-wrap: break-word;
4747

48-
overscroll-behavior-y: contain;
48+
overscroll-behavior-y: none;
4949

5050
text-size-adjust: none;
5151
}

0 commit comments

Comments
 (0)