mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
limit selectize max-height.
https://github.com/brianreavis/selectize.js/blob/master/src/less/selectize.less#L249
This commit is contained in:
parent
e4fd052666
commit
b23d2ebeb9
|
@ -84,6 +84,10 @@
|
|||
padding: 10px 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.selectize-dropdown-content {
|
||||
max-height: 200px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
.dropdown-active ~ .selectize-dropdown {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user