multiSelect: Added scrollbar if longer than 20em. Ref #720
This commit is contained in:
parent
feeaaf2d29
commit
8837f2a307
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
box-shadow:0 1px 1px #ddd;
|
||||
padding-top:.5em;
|
||||
position:absolute;
|
||||
max-height: 20em;
|
||||
overflow-y: auto;
|
||||
z-index:49;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue