GUACAMOLE-724: Render menu and client tile headers above client-specific modals.

This commit is contained in:
Michael Jumper
2021-07-03 18:48:52 -07:00
parent 5a40429359
commit b294a2fa1e
2 changed files with 2 additions and 1 deletions

View File

@@ -26,7 +26,7 @@
width: 480px;
background: #EEE;
box-shadow: inset -1px 0 2px white, 1px 0 2px black;
z-index: 10;
z-index: 100;
-webkit-transition: left 0.125s, opacity 0.125s;
-moz-transition: left 0.125s, opacity 0.125s;
-ms-transition: left 0.125s, opacity 0.125s;

View File

@@ -80,6 +80,7 @@
padding: 0 0.25em;
font-size: 0.8em;
color: white;
z-index: 30;
}
.tiled-client-grid .client-tile.focused .client-tile-name {