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

need for scrolling #34

Closed
c0debreaker opened this issue Jun 25, 2014 · 2 comments
Closed

need for scrolling #34

c0debreaker opened this issue Jun 25, 2014 · 2 comments
Labels

Comments

@c0debreaker
Copy link

Hi Isteven,

I have a dropdown menu that has many values. It's going below the screen. How do I enable scrollbar?

Thanks,

Neil

@isteven
Copy link
Owner

isteven commented Jun 25, 2014

Hi Neil,

You have to adjust it from the CSS. Find a class named checkboxlayer and
add:

  • max-height: xxx px;
  • overflow-y: scroll;

Regards,
Steven

On Thu, Jun 26, 2014 at 7:11 AM, c0debreaker notifications@github.com
wrote:

Hi Isteven,

I have a dropdown menu that has many values. It's going below the screen.
How do I enable scrollbar?

Thanks,

Neil


Reply to this email directly or view it on GitHub
#34.

@c0debreaker
Copy link
Author

Thank you so much!

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

No branches or pull requests

2 participants