From 089059b359e0ce2289e520ae81643b76d0bf5ea9 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Tue, 23 May 2023 22:50:32 +0530 Subject: [PATCH 1/4] add position relative to table element --- apps/www/components/ui/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/table.tsx b/apps/www/components/ui/table.tsx index bb3a87f32a0..372c84f105e 100644 --- a/apps/www/components/ui/table.tsx +++ b/apps/www/components/ui/table.tsx @@ -9,7 +9,7 @@ const Table = React.forwardRef<
From 914e9605c439fbbdabd11d6a5fd06db911c0b1e5 Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Tue, 23 May 2023 23:38:08 +0530 Subject: [PATCH 2/4] Update apps/www/components/ui/table.tsx moving position relative to scrolling wrapper Co-authored-by: Pablo --- apps/www/components/ui/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/table.tsx b/apps/www/components/ui/table.tsx index 372c84f105e..dac3c29a26a 100644 --- a/apps/www/components/ui/table.tsx +++ b/apps/www/components/ui/table.tsx @@ -6,7 +6,7 @@ const Table = React.forwardRef< HTMLTableElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+
Date: Tue, 23 May 2023 23:38:20 +0530 Subject: [PATCH 3/4] Update apps/www/components/ui/table.tsx Co-authored-by: Pablo --- apps/www/components/ui/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/table.tsx b/apps/www/components/ui/table.tsx index dac3c29a26a..efe2dade9f4 100644 --- a/apps/www/components/ui/table.tsx +++ b/apps/www/components/ui/table.tsx @@ -9,7 +9,7 @@ const Table = React.forwardRef<
From ac89dc92080ebbc60be0e2e9030bde1721b7774d Mon Sep 17 00:00:00 2001 From: Shoaib Ahmed Date: Tue, 30 May 2023 14:58:58 +0530 Subject: [PATCH 4/4] Update table.tsx --- apps/www/components/ui/table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/components/ui/table.tsx b/apps/www/components/ui/table.tsx index efe2dade9f4..116d34bb77b 100644 --- a/apps/www/components/ui/table.tsx +++ b/apps/www/components/ui/table.tsx @@ -6,7 +6,7 @@ const Table = React.forwardRef< HTMLTableElement, React.HTMLAttributes >(({ className, ...props }, ref) => ( -
+