From 7fe99c542d70f78bd5c94525229d46f0f86e3820 Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Mon, 1 May 2023 14:26:20 -0400 Subject: [PATCH] Update modal animations to animate from bottom up. --- src/digital-components/modal/modal.vue | 3 +++ src/layouts/service-location/service-location.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 @@
- +