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 {
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;