You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
Didn't know our plunkers don't work in IE11, I'll make an issue to address that. For the IE11 modal issue, apparently IE11 has a bug flex doesn't work well with max-height. So we might have to do a workaround since Microsoft isn't updating IE11 anymore, they just point everyone to Edge when there are issues. We'll have to take a look at some workarounds to fix this specific issue
what is the max height you're setting on .sky-modal-content? the issue here, at least using the skyux package, is that .sky-modal-content has overflow-y: auto on it, but no height or max height. overflow-y:auto does not work on IE unless you have height or max height set
it's a good thought to avoid doing so, as I'm seeing now. adding a max height will work for a set resolution, but if you then lower resolution it pushes the footer of the modal off screen if you made the max-height to fit nicely to the original resolution
I wish i could show you a plunker, but you know, your plunkers dont work on IE11.
this was tested on WIndows 10 64 bit, IE 11 latest version.
The text was updated successfully, but these errors were encountered: