fixed applet width in fullscreen

This commit is contained in:
mig 2017-04-07 18:31:23 +02:00
parent ada5961a6c
commit 432cc7dd4d

View file

@ -14,6 +14,7 @@ html,body {
#applet {
display: table-cell;
height: 100%;
width: 100%;
position: relative;
}
#controls {