Re-set desktop modal footer to sticky rather than fixed at bottom of content.

This commit is contained in:
Bryan Mauger 2023-10-18 17:08:26 -04:00
parent 83392b5bc3
commit af2feb8d1b

View file

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