mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-723: Ensure client panel renders above status notifications.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user