Fix canvas size on IE
This commit is contained in:
parent
280676c7e9
commit
f3b7727535
@ -819,6 +819,8 @@ select:active {
|
||||
* settings and noVNC settings. */
|
||||
#noVNC_canvas {
|
||||
margin: auto;
|
||||
/* IE miscalculates width without this :( */
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
/*Default noVNC logo.*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user