From af2feb8d1be486fb3dce7d4c5fe728309c86a829 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Wed, 18 Oct 2023 17:08:26 -0400 Subject: [PATCH] Re-set desktop modal footer to sticky rather than fixed at bottom of content. --- src/digital-components/modal/modal.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 0fed54f45..67eca497a 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -198,10 +198,6 @@ export default { button { margin: 0; } - @include media-breakpoint-up(md) { - position: relative; - background-color: transparent; - } } } &.show .modal-dialog {