CreativeIT / getmdl-select

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

mdl-select is hidden by mdl-title #102

Open OhhConti opened 5 years ago

OhhConti commented 5 years ago

Hi, I'm using mdl-select in my project. I've put a mdl-select inside a mdl-card but if the select has too many options it would be hidden by a mdl-card-title which is under the other card. Here an image. issue

oshh commented 4 years ago

I have a similar problem, also with a mdl-card. Seems through javascript-manipulation of the mdl-card, the z-index of the visible select element does not catch. Anyone got a clue?