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 {