From 4e9e4851bc5938ca6a90b87eb3b9f0738807c7c4 Mon Sep 17 00:00:00 2001 From: Enrico Milli Date: Thu, 19 Mar 2026 14:40:30 +0100 Subject: [PATCH] fix(select): added height to select content --- apps/docs/src/registry/ui/select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/src/registry/ui/select.tsx b/apps/docs/src/registry/ui/select.tsx index c1770b83..8297957d 100644 --- a/apps/docs/src/registry/ui/select.tsx +++ b/apps/docs/src/registry/ui/select.tsx @@ -64,7 +64,7 @@ const SelectContent = ( )} {...others} > - + )