Browse Source

Moved the popup_status_panel to the front.

samhed 12 years ago
parent
commit
6ca8a2c05c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/base.css

+ 1 - 0
include/base.css

@@ -195,6 +195,7 @@ html {
 #noVNC_popup_status_panel {
   display:none;
   position: fixed;
+  z-index: 1;
 
   margin:15px;
   margin-top:60px;