WIP Update modal to drawer.

This commit is contained in:
Bryan Mauger 2022-10-14 14:28:39 -04:00
parent 7f2a56d813
commit aef6308ac7

View file

@ -50,7 +50,7 @@ export default {
.modal { .modal {
top: auto; top: auto;
bottom: 0; bottom: 0;
height: auto; // height: auto;
h5, h5,
strong, strong,
.subheader-text { .subheader-text {
@ -82,6 +82,10 @@ export default {
} }
} }
} }
&.modal-dialog-centered {
align-items: flex-end;
min-height: 100%;
}
} }
.modal-footer { .modal-footer {
border-top: none; border-top: none;