CSR-1594 modal height and button position fix.

This commit is contained in:
Bryan Mauger 2023-10-06 11:16:19 -04:00
parent 002dace442
commit a7b5bb2f47

View file

@ -180,12 +180,16 @@ export default {
}
@include media-breakpoint-up(md) {
overflow: scroll;
flex: none;
}
}
}
&.modal-dialog-centered {
align-items: flex-end;
min-height: 100%;
@include media-breakpoint-up(md) {
align-items: inherit;
}
}
}
.modal-footer {