From b29359dee04fe45e81f0362a73a03bd592470bfb Mon Sep 17 00:00:00 2001 From: Shaheer Kochai Date: Mon, 16 Dec 2024 11:30:40 +0430 Subject: [PATCH] fix: improve traces table ux by making the table scrollable (#6423) * fix: improve traces table ux by making the table scrollable * chore: remove explicit scroll.x and modify the existing scroll.x from true to max-content * fix(Traces Explorer): make trace explorer card full-width when collapsed, resizable when expanded --- frontend/src/container/TracesExplorer/ListView/index.tsx | 2 +- .../src/pages/TracesExplorer/TracesExplorer.styles.scss | 3 +++ frontend/src/pages/TracesExplorer/index.tsx | 7 ++++++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/frontend/src/container/TracesExplorer/ListView/index.tsx b/frontend/src/container/TracesExplorer/ListView/index.tsx index bcf18ff61c..e59906c075 100644 --- a/frontend/src/container/TracesExplorer/ListView/index.tsx +++ b/frontend/src/container/TracesExplorer/ListView/index.tsx @@ -154,7 +154,7 @@ function ListView({ isFilterApplied }: ListViewProps): JSX.Element {