multiSelect: Added scrollbar if longer than 20em. Ref #720

This commit is contained in:
Thomas Tanghus 2012-12-04 16:10:45 +01:00
parent feeaaf2d29
commit 8837f2a307
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
box-shadow:0 1px 1px #ddd;
padding-top:.5em;
position:absolute;
max-height: 20em;
overflow-y: auto;
z-index:49;
}