Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

more list to scroll #12

Open
Santoshah opened this issue Aug 4, 2014 · 1 comment
Open

more list to scroll #12

Santoshah opened this issue Aug 4, 2014 · 1 comment

Comments

@Santoshah
Copy link

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 ?

@Hydraner
Copy link

Hydraner commented Mar 9, 2015

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;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants