Created by: MartijnCuppens
Closes #27033 (closed), closes #24718 (closed)
Implementation "drawer modals".
I used this hack to make sure the .modal-footer
sticks to the bottom in IE. I wrapped this in a media query to prevent strange behaviour on mobile browsers (see screenshot here https://css-tricks.com/the-trick-to-viewport-units-on-mobile/#post-274409)
// IE fix:
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
min-height: 100vh;
}
Side modals can be positioned on the left and right side of the screen and are compatible with the sizing classes.