Not working in bootstrap modal
Opened this issue · 1 comments
shaon-hossain45 commented
Jquery nice select is not working in bootstrap modal... ( async problem maybe - jquery)js
HamzaElkina commented
Hi,
You can set a max hight and enable scrolling
/css/
.list {
max-height: 120px; /* more or less */
overflow-y: scroll !important;
}