From d80ef8329bdf8132127ebd183609ecebb939b01e Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 21 Apr 2024 11:54:50 -0400 Subject: [PATCH] fix: Only show scrollbars on settings table when neccessary --- app/components/Table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Table.tsx b/app/components/Table.tsx index f58ff4047..e264a73e8 100644 --- a/app/components/Table.tsx +++ b/app/components/Table.tsx @@ -116,7 +116,7 @@ function Table({ const showPlaceholder = isLoading && data.length === 0; return ( -
+