CSR-1591 desktop tweaks.

This commit is contained in:
Bryan Mauger 2023-10-09 10:38:21 -04:00
parent 4a4143d640
commit d5caedd131
3 changed files with 12 additions and 4 deletions

View file

@ -8,7 +8,7 @@
</div>
</div>
<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" />
<serviceZipModalQuestion

View file

@ -24,7 +24,7 @@
</div>
</div>
<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
ref="damageLocation"
cmsWidgetName="DamageLocationQuestion"

View file

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