diff --git a/src/digital-components/modal/modal.vue b/src/digital-components/modal/modal.vue index cec960fa1..e1f3fb462 100644 --- a/src/digital-components/modal/modal.vue +++ b/src/digital-components/modal/modal.vue @@ -170,6 +170,9 @@ export default { } } } + &.show .modal-dialog { + transform: translateY(0); + } } body { .modal-backdrop { diff --git a/src/layouts/service-location/service-location.vue b/src/layouts/service-location/service-location.vue index 27c1f53ca..11ea41669 100644 --- a/src/layouts/service-location/service-location.vue +++ b/src/layouts/service-location/service-location.vue @@ -3,7 +3,7 @@