diff --git a/src/layouts/vehicle-parts/vehicle-parts.vue b/src/layouts/vehicle-parts/vehicle-parts.vue index 73051a47..584887ad 100644 --- a/src/layouts/vehicle-parts/vehicle-parts.vue +++ b/src/layouts/vehicle-parts/vehicle-parts.vue @@ -16,7 +16,8 @@ class="rounded border-0 shadow-sm" alertClass="alert-warning" cmsWidgetName="AlertWidget" - :isDismissible="false" /> + :isDismissible="false" + id="vehicle-parts-alert" /> @@ -222,8 +223,14 @@ export default { }; +.overflow-scroll { + height: calc(100% - 180px); + overflow-x: hidden !important; +} + +#vehicle-parts-alert { + .alert-heading { + margin-top: 0.25rem !important; + } +} +