Merge pull request #1427 from Safelite/BRM-restick-sticky-modal-footer-button

Re-set desktop modal footer to sticky rather than fixed at bottom of …
This commit is contained in:
bmauger 2023-10-19 06:39:43 -04:00 committed by GitHub
commit 247b4fd81c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -198,10 +198,6 @@ export default {
button {
margin: 0;
}
@include media-breakpoint-up(md) {
position: relative;
background-color: transparent;
}
}
}
&.show .modal-dialog {