diff --git a/src/layouts/vehicle-year/vehicle-year.vue b/src/layouts/vehicle-year/vehicle-year.vue index ab41afc2a..a64365348 100644 --- a/src/layouts/vehicle-year/vehicle-year.vue +++ b/src/layouts/vehicle-year/vehicle-year.vue @@ -42,7 +42,7 @@ export default { .car_list { // Height will be determined by overall height of content above list - height: calc(100% - 110px); + height: calc(100% - 243px); width: calc(100% - 1rem); } }