CSR-213 fix scroll issue per qa.
This commit is contained in:
parent
5d13d2e97d
commit
5c72c56b0c
1 changed files with 3 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue