diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-11-27 21:33:03 -0500 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-11-27 21:33:03 -0500 |
| commit | 5754c1c056ec62e17b5d7badddc4a8fc3637e09f (patch) | |
| tree | c690776a1e8353027b0e91722ca9f0d722925cec /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | c3ca0179b8a5672037d27af59faf64a50fe4f097 (diff) | |
clicking on tables bug fix
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/components/Chart.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
