diff --git a/src/layouts/vehicle-year/vehicle-year.vue b/src/layouts/vehicle-year/vehicle-year.vue index 51d1ee98d..8a7b46dec 100644 --- a/src/layouts/vehicle-year/vehicle-year.vue +++ b/src/layouts/vehicle-year/vehicle-year.vue @@ -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; } } - \ No newline at end of file +