dgrubelic / material-design-lite

Material Design Lite Components in HTML/CSS/JS
http://getmdl.io
Apache License 2.0
3 stars 6 forks source link

Backdrop places over datapicker #15

Closed vasia123 closed 8 years ago

vasia123 commented 8 years ago

If datapicker places inside template with "Scrolling header" -http://getmdl.io/components/index.html#layout/scrolling-header.html (where <!-- Your content goes here -->) then backdrop places over datapicker.

Screenshot: https://yadi.sk/i/6bjl8zXCpssPE

dgrubelic commented 8 years ago

Thanks for reporting this. I'll check it out as soon as i fix other issues reported in my PR in origin repo. Maybe it's related with something reported over there.

dgrubelic commented 8 years ago

The issue was with date picker widget placed inside layout. This should be fixed now.

vasia123 commented 8 years ago

Thank you! Now it works as expected!