hernansartorio / hernansartorio/jquery-nice-select
Overflow issue for fields that have a large amount of options/choices
Open
- Dominant language
- JavaScript
- Stars
- 955
- Forks
- 271
- PR merge metrics
- No merged PRs in 30d
Description
I was having an issue where if I had a field with large amount of choices (i.e. - State or Country Field), there was no scrollbar and the list overflowed outside of the div. I fixed this by setting:
`.nice-select .list {
max-height: 300px;
overflow: scroll;
}`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.