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