From 07a967bb6b8b735c666b5c760c487f3abc4880f2 Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Sat, 23 Mar 2019 16:57:56 -0700 Subject: [PATCH] GUACAMOLE-723: Ensure client panel renders above status notifications. --- .../webapp/app/client/styles/other-connections.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/guacamole/src/main/webapp/app/client/styles/other-connections.css b/guacamole/src/main/webapp/app/client/styles/other-connections.css index b106ec218..0570c23e0 100644 --- a/guacamole/src/main/webapp/app/client/styles/other-connections.css +++ b/guacamole/src/main/webapp/app/client/styles/other-connections.css @@ -17,13 +17,6 @@ * under the License. */ -#other-connections { - - /* Render above modal status */ - z-index: 20; - -} - #other-connections .client-panel { display: none; @@ -37,6 +30,9 @@ white-space: nowrap; transition: max-width 0.125s, width 0.125s; + /* Render above modal status */ + z-index: 20; + } #other-connections .client-panel.has-clients {