Skip to content

Commit 827de86

Browse files
disable overscroll on body in tray window
1 parent 76d3f4b commit 827de86

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

new-ui/src/shared/scss/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ html,
1414
body {
1515
padding: 0;
1616
margin: 0;
17+
overscroll-behavior: none;
1718
}
1819

1920
// for apple

0 commit comments

Comments
 (0)