mirror of
https://github.com/novnc/noVNC.git
synced 2026-05-26 15:13:34 +00:00
Center canvas vertically as well
This commit is contained in:
@@ -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.*/
|
||||
|
||||
Reference in New Issue
Block a user