Skip to content
Snippets Groups Projects
Commit 88e374a0 authored by Astor Bizard's avatar Astor Bizard :dog2:
Browse files

Fixed bug where console was not displayed on fullscreen mode.

parent aad13df5
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment