Moved the popup_status_panel to the front.

This commit is contained in:
samhed 2013-07-12 14:41:57 +02:00
parent 7ab02c7fc7
commit 6ca8a2c05c
1 changed files with 1 additions and 0 deletions

View File

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