GUACAMOLE-723: Hide scrollbar and thumbnails when client panel is hidden.

This commit is contained in:
Michael Jumper
2019-03-25 17:00:56 -07:00
parent 07a967bb6b
commit dc012e4226

View File

@@ -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 { #other-connections .client-panel-connection .name {
position: absolute; position: absolute;