You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is great. I really likes its UI and features. Thank you for creating such an lovely plugin.
I have an issue.
I have lots of option list. Its more than 50. So when I click on dropdown it drop very long to bottom.
I am wondering if I could fixed the height of the dropdown list and add a custom scrollbar. is it possible ?
The text was updated successfully, but these errors were encountered:
Have you tried giving the the list a max-height with overflow scroll? Something like this should work:
.cd-dropdown ul {
max-height: 100px;
overflow: scroll;
}
This plugin is great. I really likes its UI and features. Thank you for creating such an lovely plugin.
I have an issue.
I have lots of option list. Its more than 50. So when I click on dropdown it drop very long to bottom.
I am wondering if I could fixed the height of the dropdown list and add a custom scrollbar. is it possible ?
The text was updated successfully, but these errors were encountered: