Skip to content

Commit be1a12a

Browse files
rueckstiesskangas
authored andcommitted
don't bounce app view when scrolling beyond end
1 parent 8fdd504 commit be1a12a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

styles/index.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@
1515
@import "./message-background.less";
1616
@import "./sidebar.less";
1717

18-
html, body{
18+
html, body {
1919
height: 100%;
2020
width: 100%;
21+
overflow: hidden;
2122
}
2223

2324
#application {

0 commit comments

Comments
 (0)