Skip to content

Commit 6c56f6b

Browse files
committed
chore: disable overscroll behavior
1 parent 4a44b39 commit 6c56f6b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playground/styles.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
html,
88
body {
99
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
10+
11+
// Disable overscroll behavior to prevent panning to trigger history back/forward on MacOS Chrome
12+
overscroll-behavior-x: none;
13+
overflow: hidden;
1014
}
1115

1216
.toolbar {

0 commit comments

Comments
 (0)