hernansartorio/jquery-nice-select

Not working in bootstrap modal

Opened this issue · 1 comments

Jquery nice select is not working in bootstrap modal... ( async problem maybe - jquery)js

Hi,
You can set a max hight and enable scrolling

/css/
.list {
max-height: 120px; /* more or less */
overflow-y: scroll !important;
}