diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-12-04 16:10:45 +0100 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-12-04 18:00:14 +0100 |
commit | 8837f2a3078e25bfdc121538435373b785045d4e (patch) | |
tree | 06c773baff50d8f03dc86d23a54b45bc5d4a026d | |
parent | feeaaf2d296afc87649ed9cade0d2114f039e524 (diff) | |
download | nextcloud-server-8837f2a3078e25bfdc121538435373b785045d4e.tar.gz nextcloud-server-8837f2a3078e25bfdc121538435373b785045d4e.zip |
multiSelect: Added scrollbar if longer than 20em. Ref #720
-rw-r--r-- | core/css/multiselect.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/multiselect.css b/core/css/multiselect.css index 8639577f0fc..31c8ef88eb9 100644 --- a/core/css/multiselect.css +++ b/core/css/multiselect.css @@ -9,6 +9,8 @@ box-shadow:0 1px 1px #ddd; padding-top:.5em; position:absolute; + max-height: 20em; + overflow-y: auto; z-index:49; } |