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 {
width: 100%;
height: 470px;
bottom: 0px;
height: 410px;
overflow-y: scroll;
overflow-x: hidden;
}