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

Added dropdownscrollbar for a large list. #65

Merged
merged 2 commits into from
Oct 22, 2015
Merged

Conversation

vasco-santos
Copy link
Contributor

When it was used big lists, the dropdown had the size of the all list. Now it has a maximum size and it is possible to scroll the list.

@@ -56,6 +57,8 @@
font-weight: normal;
list-style: none;
visibility: hidden;
max-height: 300px;
overflow-y: scroll; /*Provide an auto overflow to display scroll*/
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think auto would be better

@vasco-santos
Copy link
Contributor Author

Yes, Auto is a better option, I completely forgot to change it.
Commited new version

jseppi added a commit that referenced this pull request Oct 22, 2015
Added dropdownscrollbar for a large list.
@jseppi jseppi merged commit 4325068 into jseppi:master Oct 22, 2015
@jseppi
Copy link
Owner

jseppi commented Oct 22, 2015

thanks!

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

Successfully merging this pull request may close these issues.

2 participants