Fix scrolling issue
This commit is contained in:
parent
78e2e3ecc5
commit
5432e4c8df
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue