Fix static scrolling
This commit is contained in:
@@ -29,11 +29,17 @@ html, body {margin: 0; height: 100%; overflow: hidden;}
|
||||
color: yellow;
|
||||
}
|
||||
|
||||
.applet::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.applet {
|
||||
width: 100%;
|
||||
height: 442px;
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
overflow: -moz-scrollbars-none;
|
||||
}
|
||||
|
||||
.radio:hover {
|
||||
|
||||
Reference in New Issue
Block a user