nt1m / material-framework

[Unmaintained] An easy to use material design based framework.
http://nt1m.github.io/material-framework
MIT License
388 stars 86 forks source link

dialogs don't look right in webkit (sometimes) #168

Open PalmerAL opened 9 years ago

PalmerAL commented 9 years ago

Starting in Chrome 42, the dialogs don't look right. They only show the header and the buttons, and everything else is hidden. If the max-height is removed from the dialog, it works fine.

nt1m commented 9 years ago

@PalmerAL It might just be chrome-dev being unstable. As workaround, I could use max-height: 80vh instead of 80%.

PalmerAL commented 9 years ago

This is also happening in safari for some dialogs, so its probably better to change it.

PalmerAL commented 9 years ago

However, changing to vh doesn't fix it. I'm not sure there's a good alternative solution for this.