fixing scroll
This commit is contained in:
parent
26cc20c128
commit
92f307f6de
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
overflow-y: scroll;
|
||||||
|
-ms-overflow-style: none;
|
||||||
|
scrollbar-width: none;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: #868F69;
|
background-color: #868F69;
|
||||||
background-repeat: repeat;
|
background-repeat: repeat;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue