Center canvas vertically as well

This commit is contained in:
Pierre Ossman 2016-10-30 21:32:35 +01:00
parent 8f2ca5feaa
commit 47fbdced45

View File

@ -696,10 +696,11 @@ input[type=button]:active, select:active {
* settings and noVNC settings. */
#noVNC_canvas {
position: absolute;
top: 0;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
bottom: 0;
margin: auto;
}
/*Default noVNC logo.*/