GUACAMOLE-723: Ensure client panel renders above status notifications.

This commit is contained in:
Michael Jumper
2019-03-23 16:57:56 -07:00
parent 53bb1981c1
commit 07a967bb6b

View File

@@ -17,13 +17,6 @@
* under the License. * under the License.
*/ */
#other-connections {
/* Render above modal status */
z-index: 20;
}
#other-connections .client-panel { #other-connections .client-panel {
display: none; display: none;
@@ -37,6 +30,9 @@
white-space: nowrap; white-space: nowrap;
transition: max-width 0.125s, width 0.125s; transition: max-width 0.125s, width 0.125s;
/* Render above modal status */
z-index: 20;
} }
#other-connections .client-panel.has-clients { #other-connections .client-panel.has-clients {