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 { body {
.modal-backdrop { .modal-backdrop {

View file

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