From df12d11d000a1cf725e7b5fefe259d04e0352c85 Mon Sep 17 00:00:00 2001 From: Yassine Jlassi Date: Tue, 24 Mar 2026 14:38:20 +0100 Subject: [PATCH 1/2] fix(scroll-area): add max-h-[inherit] to viewport to fix max-height scrolling --- apps/v4/registry/new-york-v4/ui/scroll-area/ScrollArea.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/registry/new-york-v4/ui/scroll-area/ScrollArea.vue b/apps/v4/registry/new-york-v4/ui/scroll-area/ScrollArea.vue index 6112caad3..f9f7f1900 100644 --- a/apps/v4/registry/new-york-v4/ui/scroll-area/ScrollArea.vue +++ b/apps/v4/registry/new-york-v4/ui/scroll-area/ScrollArea.vue @@ -23,7 +23,7 @@ const delegatedProps = reactiveOmit(props, "class") > From 32b35b3d5b883731e58a77c3b04e76055f6a3021 Mon Sep 17 00:00:00 2001 From: Yassine Jlassi Date: Tue, 24 Mar 2026 14:53:34 +0100 Subject: [PATCH 2/2] fix(scroll-area): add max-h-[inherit] to bases/reka variant --- apps/v4/registry/bases/reka/ui/scroll-area/ScrollArea.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/v4/registry/bases/reka/ui/scroll-area/ScrollArea.vue b/apps/v4/registry/bases/reka/ui/scroll-area/ScrollArea.vue index 2a3d64ddd..6f1cb9909 100644 --- a/apps/v4/registry/bases/reka/ui/scroll-area/ScrollArea.vue +++ b/apps/v4/registry/bases/reka/ui/scroll-area/ScrollArea.vue @@ -23,8 +23,7 @@ const delegatedProps = reactiveOmit(props, "class") > + class="cn-scroll-area-viewport focus-visible:ring-ring/50 size-full max-h-[inherit] rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1" >