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;
}
.applet::-webkit-scrollbar {
display: none;
}
.applet {
width: 100%;
height: 442px;
overflow-y: scroll;
overflow-x: hidden;
overflow: -moz-scrollbars-none;
}
.radio:hover {