Update modal animations to animate from bottom up.

This commit is contained in:
Bryan Mauger 2023-05-01 14:26:20 -04:00
parent cd98f0aeb5
commit 7fe99c542d
2 changed files with 4 additions and 1 deletions

View file

@ -170,6 +170,9 @@ export default {
}
}
}
&.show .modal-dialog {
transform: translateY(0);
}
}
body {
.modal-backdrop {

View file

@ -3,7 +3,7 @@
<div class="page-container-grouped-styles">
<loadingModal ref="loadingModal" />
<funnelHeader cmsWidgetName="FunnelHeaderWidget" />
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" />
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-5" />
<serviceZipModalQuestion
v-model="serviceZipCodeQuestion"
ref="serviceZipCodeQuestion"