Merge pull request #1085 from Safelite/BRM-modal-animation-update

Update modal animations to animate from bottom up.
This commit is contained in:
bmauger 2023-05-01 14:53:25 -04:00 committed by GitHub
commit 84fefd9e48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"