multiSelect: Added scrollbar if longer than 20em. Ref #720
This commit is contained in:
parent
fefb6aca1a
commit
fd01744afa
|
@ -9,6 +9,8 @@
|
||||||
box-shadow:0 1px 1px #ddd;
|
box-shadow:0 1px 1px #ddd;
|
||||||
padding-top:.5em;
|
padding-top:.5em;
|
||||||
position:absolute;
|
position:absolute;
|
||||||
|
max-height: 20em;
|
||||||
|
overflow-y: auto;
|
||||||
z-index:49;
|
z-index:49;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue