I am using jQuery Nice Select to display a long list of select options, it seems to work but the problem is that the options are overflowing both the parent container and the entire web page.
Please how do I fix this issue
>Solution :
.nice-select .list {
overflow-y: auto;
max-height: 280px;
}
