This repository has been archived by the owner on Jun 10, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 101
mdl-select - contents are not scrollable #38
Comments
The component needs some specific update to handle this. Thanks for reporting it! |
I'll actually do it, no need to close 😉 |
What is the progress on this? Because if it's weeks away i'll properly take a stab at it |
@nickknissen I had some issues when trying to setup this. |
Completly forgot to return to this issue. .mdl-menu__container {
max-height: 200px;
overflow-y: scroll !important;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
border: 1px solid rgba(0,0,0,.12);
} |
I remember seeing some caveat with a CSS-only solution but I cannot recall what it was |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
how to set the select box a fix-height and make the options scrollable
The text was updated successfully, but these errors were encountered: