From 88e374a0c46655d482351cba4f296a8ab322acd3 Mon Sep 17 00:00:00 2001 From: Astor Bizard <astor.bizard@grenoble-inp.fr> Date: Wed, 18 Mar 2020 11:08:20 +0100 Subject: [PATCH] Fixed bug where console was not displayed on fullscreen mode. --- styles.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styles.css b/styles.css index d2fc4151..bbd99575 100644 --- a/styles.css +++ b/styles.css @@ -47,7 +47,7 @@ } .path-mod-vpl .vpl_ide_dialog { - z-index: 999; + z-index: 1049; } .path-mod-vpl #vpl_ide_dialog_about { width: 400px; @@ -269,7 +269,7 @@ .path-mod-vpl .vpl_vnc { position: fixed; width: auto; - z-index: 1000; + z-index: 1050; } .path-mod-vpl .vpl_vnc .ui-dialog-content { @@ -292,11 +292,11 @@ border: 0; margin: 0; padding: 0; - z-index: 1000; + z-index: 1050; } .path-mod-vpl .vpl_clipboard { display: none; - z-index: 1010; + z-index: 1060; } .path-mod-vpl .vpl_clipboard_label1.ui-button-text, .path-mod-vpl .vpl_clipboard_label1.ui-button-text { -- GitLab