Fix static scrolling

This commit is contained in:
Jonathan Carter
2025-08-28 12:26:13 +02:00
parent 9544463bd6
commit c0aa82241b

View File

@@ -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 {