Skip to content

Commit 7d35768

Browse files
authored
resolves #94 prevent overscroll event in scrollable container from bubbling (PR #95)
1 parent ff03a48 commit 7d35768

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/base.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ table {
8686
opacity: 0.5;
8787
}
8888

89+
body * {
90+
overscroll-behavior: none;
91+
}
92+
8993
@supports (scrollbar-width: thin) {
9094
body * {
9195
scrollbar-width: thin;

0 commit comments

Comments
 (0)