mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 05:07:41 +00:00
GUAC-991: Fix size of connection/user lists. Allow connection/user lists to be scrolled.
This commit is contained in:
@@ -305,11 +305,12 @@ div.section {
|
||||
.connection-list,
|
||||
.user-list {
|
||||
border: 1px solid rgba(0, 0, 0, 0.25);
|
||||
min-height: 20em;
|
||||
height: 20em;
|
||||
-moz-border-radius: 0.2em;
|
||||
-webkit-border-radius: 0.2em;
|
||||
-khtml-border-radius: 0.2em;
|
||||
border-radius: 0.2em;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
.connections .add-connection,
|
||||
|
Reference in New Issue
Block a user