diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index 1abfc3d42..1db38afb9 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -164,7 +164,6 @@ export default { @include media-breakpoint-up(md) { box-shadow: none; border-radius: 0; - height: 100vh; margin: 0 auto; } .modal-body { @@ -195,6 +194,10 @@ export default { button { margin: 0; } + @include media-breakpoint-up(md) { + position: relative; + background-color: transparent; + } } } &.show .modal-dialog { diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index a07993b62..dc8b90f41 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -60,7 +60,7 @@