diff --git a/src/layouts/vehicle-year/vehicle-year.vue b/src/layouts/vehicle-year/vehicle-year.vue index a64365348..a16d9c0ff 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% - 243px); + height: calc(100% - 260px); width: calc(100% - 1rem); } }