mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-23 14:40:01 +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;
|
padding: 10px 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.selectize-dropdown-content {
|
||||||
|
max-height: 200px;
|
||||||
|
overflow-x: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.dropdown-active ~ .selectize-dropdown {
|
.dropdown-active ~ .selectize-dropdown {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user