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

scroll bar #56

Open
gauravBrain opened this issue Sep 14, 2017 · 4 comments
Open

scroll bar #56

gauravBrain opened this issue Sep 14, 2017 · 4 comments

Comments

@gauravBrain
Copy link

How to display a scroll bar for large number of records.

@bentorfs
Copy link
Owner

It's currently not possible. You'll have to contribute it yourself if you want it.

@bentorfs bentorfs reopened this Sep 19, 2017
@vqanguyen
Copy link

This is exactly what i want.

@vqanguyen
Copy link

i modified some codes, and it works fine now.

@Mattie112
Copy link

I know this is old but it can help other people.

To add a scrollbar simply add the following to your CSS:

.dropdown-menu {
max-height: 350px;
}

When there are more items (can be limited by search-limit) then the available 350px a scrollbar will be added.

image

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

4 participants