Fix scrolling issue
This commit is contained in:
parent
78e2e3ecc5
commit
5432e4c8df
|
|
@ -64,12 +64,12 @@
|
||||||
@import "styles/main.scss";
|
@import "styles/main.scss";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
overflow: hidden;
|
overflow-y: auto;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app {
|
.app {
|
||||||
overflow-y: auto;
|
/*overflow-y: auto;*/
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
/*for IE10+*/
|
/*for IE10+*/
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue