fixed applet width in fullscreen
This commit is contained in:
parent
ada5961a6c
commit
432cc7dd4d
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ html,body {
|
|||
#applet {
|
||||
display: table-cell;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
}
|
||||
#controls {
|
||||
|
|
Loading…
Reference in a new issue