From 5754c1c056ec62e17b5d7badddc4a8fc3637e09f Mon Sep 17 00:00:00 2001 From: srichman333 Date: Mon, 27 Nov 2023 21:33:03 -0500 Subject: clicking on tables bug fix --- src/client/views/nodes/DataVizBox/components/Chart.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/client/views/nodes/DataVizBox/components') diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index c8ea88d63..cc1923b98 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -4,7 +4,7 @@ flex-direction: column; align-items: center; cursor: default; - margin-top: 10px; + margin-top: 30px; overflow-y: visible; .graph { @@ -93,6 +93,7 @@ display: flex; flex-direction: column; cursor: default; + margin-top: 30px; height: calc(100% - 40px); // bcz: hack 40px is the size of the button rows .tableBox-container { overflow: scroll; -- cgit v1.2.3-70-g09d2