From c4607d26a0fe15eaf540ada8628f4f1412fc1095 Mon Sep 17 00:00:00 2001 From: Bastian Masanek Date: Mon, 3 Nov 2025 16:43:06 +0100 Subject: [PATCH] Fix ScrollBar component styling --- app/components/ui/scroll-area/ScrollBar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ui/scroll-area/ScrollBar.vue b/app/components/ui/scroll-area/ScrollBar.vue index 04e33ee..1a9f58c 100644 --- a/app/components/ui/scroll-area/ScrollBar.vue +++ b/app/components/ui/scroll-area/ScrollBar.vue @@ -23,6 +23,6 @@ const delegatedProps = reactiveOmit(props, "class") && 'h-2.5 flex-col border-t border-t-transparent p-px', props.class)" > - +