Fix scrolling issue

This commit is contained in:
Ramon Wenger 2019-05-21 11:18:27 +02:00
parent 78e2e3ecc5
commit 5432e4c8df
1 changed files with 2 additions and 2 deletions

View File

@ -64,12 +64,12 @@
@import "styles/main.scss";
body {
overflow: hidden;
overflow-y: auto;
height: 100vh;
}
.app {
overflow-y: auto;
/*overflow-y: auto;*/
height: 100vh;
/*for IE10+*/
display: flex;