CSR-203: resolve conflict with develop branch

This commit is contained in:
Adam Caouette 2021-12-07 15:04:26 -05:00
commit 0253c2efef

View file

@ -60,7 +60,7 @@ export default {
vm.radioQuestionWidgets = resultMap.getPageContent.RadioQuestionWidget[0];
vm.vehicleBannerWidget = resultMap.getPageContent.VehicleBannerWidget[0];
vm.vehicleYears = resultMap.getVehicleYear;
});
});
});
},
@ -90,6 +90,7 @@ export default {
height: calc(100% - 300px);
width: 100%;
padding: 0 1.5rem;
-webkit-overflow-scrolling: touch;
}
}
</style>
</style>