From 6ca8a2c05cd8eabfc4f6d0cb3d14a399317011b4 Mon Sep 17 00:00:00 2001 From: samhed Date: Fri, 12 Jul 2013 14:41:57 +0200 Subject: [PATCH] Moved the popup_status_panel to the front. --- include/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/include/base.css b/include/base.css index a52e4f3e..a221412c 100644 --- a/include/base.css +++ b/include/base.css @@ -195,6 +195,7 @@ html { #noVNC_popup_status_panel { display:none; position: fixed; + z-index: 1; margin:15px; margin-top:60px;