mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUACAMOLE-723: Hide scrollbar and thumbnails when client panel is hidden.
This commit is contained in:
@@ -100,6 +100,18 @@
|
||||
|
||||
}
|
||||
|
||||
#other-connections .client-panel.hidden .client-panel-connection-list {
|
||||
/* Hide scrollbar when panel is hidden (will be visible through panel
|
||||
* show/hide button otherwise) */
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
#other-connections .client-panel.hidden .client-panel-connection {
|
||||
/* Hide thumbnails when panel is hidden (will be visible through panel
|
||||
* show/hide button otherwise) */
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
#other-connections .client-panel-connection .name {
|
||||
|
||||
position: absolute;
|
||||
|
Reference in New Issue
Block a user