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 + } + /> +