From 50103d5a0c4f16d54894e6a2958a3de15fc5640f Mon Sep 17 00:00:00 2001 From: Carter Date: Fri, 13 Mar 2026 15:37:36 -0600 Subject: [PATCH] rendering scroll bar below the table instead of on top of the last row --- src/common/ResponsiveTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/ResponsiveTable.tsx b/src/common/ResponsiveTable.tsx index 4772aff..2a4cf1a 100644 --- a/src/common/ResponsiveTable.tsx +++ b/src/common/ResponsiveTable.tsx @@ -587,7 +587,7 @@ export default function ResponsiveTable(props: Props) { )} - + {customElement &&