Fix applet size
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user