CSR-213 fix scroll issue per qa.

This commit is contained in:
bmauger 2021-12-07 14:51:52 -05:00
parent 5d13d2e97d
commit 5c72c56b0c

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>