Fix applet size

This commit is contained in:
Jonathan Carter
2025-04-04 21:07:41 +02:00
parent 4c234d76fb
commit 1dc9a1c734

View File

@@ -31,8 +31,7 @@ html, body {margin: 0; height: 100%; overflow: hidden;}
.applet { .applet {
width: 100%; width: 100%;
height: 470px; height: 410px;
bottom: 0px;
overflow-y: scroll; overflow-y: scroll;
overflow-x: hidden; overflow-x: hidden;
} }