diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index f0da7f9c9..23f98edfa 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -50,7 +50,7 @@ export default { .modal { top: auto; bottom: 0; - height: auto; + // height: auto; h5, strong, .subheader-text { @@ -82,6 +82,10 @@ export default { } } } + &.modal-dialog-centered { + align-items: flex-end; + min-height: 100%; + } } .modal-footer { border-top: none;