CSR-1533 sticky modal footer update.

This commit is contained in:
Bryan Mauger 2023-07-13 15:52:24 -04:00
parent ac59b0d8d7
commit 01efc2e3b9

View file

@ -139,6 +139,13 @@ export default {
color: rgb(0, 0, 0);
}
}
.modal-footer {
position: sticky;
width: 100%;
bottom: 0;
z-index: 5;
background-color: $gray-100;
}
&.modal-component {
.modal-dialog {
max-width: 576px;