diff --git a/styles/components/_modal.scss b/styles/components/_modal.scss index aa0b1c44..90015844 100644 --- a/styles/components/_modal.scss +++ b/styles/components/_modal.scss @@ -17,6 +17,7 @@ body { .modal__container { height: 100vh; + max-height: 100vh; } .modal__dialog { @@ -42,7 +43,13 @@ body { background-color: $color-white; padding: $gap * 2; width: 100%; + overflow-y: auto; + -ms-overflow-style: scrollbar; + + @include ie-only { + max-height: calc(100vh - #{$gap * 8}); + } @include media($medium-screen) { padding: $gap * 4;