CreativeIT / getmdl-select

Select for material-design-lite
http://creativeit.github.io/getmdl-select/
MIT License
301 stars 87 forks source link

Fixed height #90

Closed OhhConti closed 5 years ago

OhhConti commented 6 years ago

I was using mdl-select in my project. I wonder if there is a way to change the height value of the class "getmdl-select__fix-height". That is set to 300px by default.

alexbananabob commented 5 years ago

Hi, @OhhConti Override max-height property with !important using .getmdl-select__fix-height .mdl-menu__container .mdl-menu selector in your stylesheet for this.