Merge pull request #84 from Safelite/CSR-213-scroll-issue

CSR-213 fix scroll issue per qa.
This commit is contained in:
bmauger 2021-12-07 15:00:04 -05:00 committed by GitHub
commit c5181a004f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ export default {
vm.radioQuestionWidgets = resultMap.getPageContent.RadioQuestionWidget[0];
vm.vehicleBannerWidget = resultMap.getPageContent.VehicleBannerWidget[0];
vm.vehicleYears = resultMap.getVehicleYear;
});
});
});
},
@ -82,6 +82,7 @@ export default {
// Height will be determined by overall height of content above list
height: calc(100% - 255px);
width: calc(100% - 1rem);
-webkit-overflow-scrolling: touch;
}
}
</style>
</style>