Merge branch 'develop' into feature/CSR-1392

This commit is contained in:
CarlNation 2023-10-09 11:19:53 -04:00
commit 24d9d2a0ce
3 changed files with 7 additions and 5 deletions

View file

@ -8,7 +8,7 @@
</div> </div>
</div> </div>
<div class="row justify-content-md-center"> <div class="row justify-content-md-center">
<div class="col-md-6"> <div class="col-md-6 col-xl-4">
<funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-5" /> <funnelSubHeader cmsWidgetName="FunnelSubHeaderWidget" class="mt-5" />
<serviceZipModalQuestion <serviceZipModalQuestion

View file

@ -24,7 +24,7 @@
</div> </div>
</div> </div>
<div class="row justify-content-md-center"> <div class="row justify-content-md-center">
<div class="col-md-8 col-xl-6 col-xxl-4"> <div class="col-md-6 col-xl-4 col-xxl-3">
<damageLocationQuestion <damageLocationQuestion
ref="damageLocation" ref="damageLocation"
cmsWidgetName="DamageLocationQuestion" cmsWidgetName="DamageLocationQuestion"

View file

@ -40,9 +40,11 @@ body {
overflow: hidden; overflow: hidden;
} }
} }
//Disable scroll of main container when modal is open
.modal-open { .modal-open {
.page-container-grouped-styles { .container-fluid {
overflow: hidden; &.page-container-grouped-styles {
overflow: hidden;
height: auto;
}
} }
} }