From 32318d50ec7d3dca09b1e9975e9c513a164010ca Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 5 Jan 2015 16:52:00 -0800 Subject: [PATCH] GUAC-991: Fix size of connection/user lists. Allow connection/user lists to be scrolled. --- guacamole/src/main/webapp/app/index/styles/ui.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guacamole/src/main/webapp/app/index/styles/ui.css b/guacamole/src/main/webapp/app/index/styles/ui.css index 7c387182d..7a070ed81 100644 --- a/guacamole/src/main/webapp/app/index/styles/ui.css +++ b/guacamole/src/main/webapp/app/index/styles/ui.css @@ -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,