From c0deeac0d08794a20f119e32ba0d0ef8c077eba7 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Tue, 19 Sep 2023 20:47:38 +0530 Subject: [PATCH] fix(table): add relative class to handle overflow issue (#1370) --- apps/www/registry/default/ui/table.tsx | 2 +- apps/www/registry/new-york/ui/table.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/www/registry/default/ui/table.tsx b/apps/www/registry/default/ui/table.tsx index bb3a87f32a0..116d34bb77b 100644 --- a/apps/www/registry/default/ui/table.tsx +++ b/apps/www/registry/default/ui/table.tsx @@ -6,7 +6,7 @@ const Table = React.forwardRef< HTMLTableElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+
>(({ className, ...props }, ref) => ( -
+