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 {
|
||||
overflow-y: scroll;
|
||||
-ms-overflow-style: none;
|
||||
scrollbar-width: none;
|
||||
height: 100%;
|
||||
background-color: #868F69;
|
||||
background-repeat: repeat;
|
||||
|
|
|
|||
Loading…
Reference in a new issue