From a658ed913515130001602b0563733fc0585a55ed Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Sat, 28 Mar 2026 14:57:16 +0100 Subject: [PATCH] Revert "fix(ui): pin DataTable pagination to bottom, table body scrolls independently" This reverts commit b863370511c7f410944f4e519a05ebef95281996. --- ui/src/pages/Dashboard/Dashboard.module.css | 10 +---- ui/src/pages/Dashboard/Dashboard.tsx | 42 +++++++++++---------- 2 files changed, 23 insertions(+), 29 deletions(-) diff --git a/ui/src/pages/Dashboard/Dashboard.module.css b/ui/src/pages/Dashboard/Dashboard.module.css index 626c20fd..3b0b640c 100644 --- a/ui/src/pages/Dashboard/Dashboard.module.css +++ b/ui/src/pages/Dashboard/Dashboard.module.css @@ -25,15 +25,7 @@ overflow: hidden; } -/* Make the DataTable wrapper fill height: scroll area grows, footer stays pinned */ -.tableSection > div { - display: flex; - flex-direction: column; - flex: 1; - min-height: 0; -} - -.tableSection > div > div:first-child { +.tableScroll { flex: 1; min-height: 0; overflow-y: auto; diff --git a/ui/src/pages/Dashboard/Dashboard.tsx b/ui/src/pages/Dashboard/Dashboard.tsx index cd9986fa..0acc1b79 100644 --- a/ui/src/pages/Dashboard/Dashboard.tsx +++ b/ui/src/pages/Dashboard/Dashboard.tsx @@ -267,27 +267,29 @@ export default function Dashboard() { - - row.errorMessage ? ( -
- -
-
{row.errorMessage}
-
Click to view full stack trace
+
+ + row.errorMessage ? ( +
+ +
+
{row.errorMessage}
+
Click to view full stack trace
+
-
- ) : null - } - /> + ) : null + } + /> +