From aef6308ac7606ba3a6112f393306a8e64eabfa47 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 14 Oct 2022 14:28:39 -0400 Subject: [PATCH] WIP Update modal to drawer. --- src/common-components/modal/modal.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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;