diff --git a/apps/www/src/lib/registry/default/ui/scroll-area/ScrollBar.vue b/apps/www/src/lib/registry/default/ui/scroll-area/ScrollBar.vue index 9ba2cb092..6171a593b 100644 --- a/apps/www/src/lib/registry/default/ui/scroll-area/ScrollBar.vue +++ b/apps/www/src/lib/registry/default/ui/scroll-area/ScrollBar.vue @@ -15,7 +15,7 @@ const props = withDefaults(defineProps(), { orientation === 'vertical' && 'h-full w-2.5 border-l border-l-transparent p-[1px]', orientation === 'horizontal' - && 'h-2.5 border-t border-t-transparent p-[1px]', + && 'h-2.5 flex-col border-t border-t-transparent p-[1px]', $attrs.class ?? '')" > diff --git a/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue index 9ba2cb092..6171a593b 100644 --- a/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue +++ b/apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue @@ -15,7 +15,7 @@ const props = withDefaults(defineProps(), { orientation === 'vertical' && 'h-full w-2.5 border-l border-l-transparent p-[1px]', orientation === 'horizontal' - && 'h-2.5 border-t border-t-transparent p-[1px]', + && 'h-2.5 flex-col border-t border-t-transparent p-[1px]', $attrs.class ?? '')" >