Fix scrollbar

This commit is contained in:
Luke
2020-05-11 16:11:26 +02:00
parent 04538bddf2
commit bb359a89b5

View File

@@ -20,6 +20,7 @@ body {
height: 100%; height: 100%;
margin: 0px auto; margin: 0px auto;
background-color: transparent; background-color: transparent;
overflow-y: hidden;
} }
.main2 { .main2 {
@@ -956,4 +957,4 @@ select.select_box2 {
.alerts { .alerts {
margin-bottom: 47.5vw; margin-bottom: 47.5vw;
padding-top: 43.3vw; padding-top: 43.3vw;
} }