Fix canvas size on IE

This commit is contained in:
Samuel Mannehed 2017-02-16 14:48:34 +01:00
parent 280676c7e9
commit f3b7727535
1 changed files with 2 additions and 0 deletions

View File

@ -819,6 +819,8 @@ select:active {
* settings and noVNC settings. */ * settings and noVNC settings. */
#noVNC_canvas { #noVNC_canvas {
margin: auto; margin: auto;
/* IE miscalculates width without this :( */
flex-shrink: 0;
} }
/*Default noVNC logo.*/ /*Default noVNC logo.*/