diff --git a/src/layouts/vehicle-damage/vehicle-damage.vue b/src/layouts/vehicle-damage/vehicle-damage.vue index 0eb11fbf0..20318695b 100644 --- a/src/layouts/vehicle-damage/vehicle-damage.vue +++ b/src/layouts/vehicle-damage/vehicle-damage.vue @@ -408,11 +408,3 @@ export default { }, }; - - diff --git a/src/layouts/vin-lookup/vin-lookup.vue b/src/layouts/vin-lookup/vin-lookup.vue index 26e451d72..d5acbb1b2 100644 --- a/src/layouts/vin-lookup/vin-lookup.vue +++ b/src/layouts/vin-lookup/vin-lookup.vue @@ -1,7 +1,7 @@ diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 561b05b76..35a337103 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -35,4 +35,10 @@ body { overflow: hidden; } } -// Hide horizontal scrollbar + +//Applies to
used for validation. Keeps footer stuck to the bottom. +.vehicle-damage-form { + display: flex; + flex-direction: column; + height: 100%; +}