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

dropwdown with multiple options is not fully usable #198

Closed
piever opened this issue May 9, 2018 · 3 comments
Closed

dropwdown with multiple options is not fully usable #198

piever opened this issue May 9, 2018 · 3 comments

Comments

@piever
Copy link

piever commented May 9, 2018

I'm using Milligram including directly the css from:

 "//fonts.googleapis.com/css?family=Roboto:300,300italic,700,700italic",
 "//cdn.rawgit.com/necolas/normalize.css/master/normalize.css",
 "//cdn.rawgit.com/milligram/milligram/master/dist/milligram.min.css"

So far I'm loving this library but I've noticed a small issue with <select>. The normal case works fine but the case accepting multiple options, i.e. <select multiple>, looks very crowded and hard to use:

multiple

@marcusasplund
Copy link
Contributor

marcusasplund commented Jun 8, 2018

possible solution; just add:

select[multiple] {
  height: auto;
  background: none;
}

to your .css

@schirrel
Copy link

schirrel commented Oct 2, 2018

@marcusasplund wouldn't be good to add it on a pr?

marcusasplund added a commit to marcusasplund/milligram that referenced this issue Oct 2, 2018
@cjpatoilo
Copy link
Member

@marcusasplund @schirrel Good call 🚀

cjpatoilo added a commit that referenced this issue May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants