From 673ef6c3273731e43b1472299c1139e5fb4e750d Mon Sep 17 00:00:00 2001
From: Pier107
Date: Sun, 28 Jan 2024 10:23:56 +0100
Subject: [PATCH] Add missing `flex-col`class
---
apps/www/src/lib/registry/default/ui/scroll-area/ScrollBar.vue | 2 +-
apps/www/src/lib/registry/new-york/ui/scroll-area/ScrollBar.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
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 9ba2cb09..6171a593 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 9ba2cb09..6171a593 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 ?? '')"
>