Merge pull request #1230 from Safelite/CSR-1533-sticky-modal-footer

CSR-1533 sticky modal footer update.
This commit is contained in:
bmauger 2023-07-13 16:02:40 -04:00 committed by GitHub
commit 34ffb0d793
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;