Skip to content
Snippets Groups Projects
Commit f3b77275 authored by Samuel Mannehed's avatar Samuel Mannehed
Browse files

Fix canvas size on IE

parent 280676c7
No related branches found
No related tags found
No related merge requests found
...@@ -819,6 +819,8 @@ select:active { ...@@ -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.*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment