diff options
| author | srichman333 <sarah_n_richman@brown.edu> | 2023-08-01 17:41:09 -0400 |
|---|---|---|
| committer | srichman333 <sarah_n_richman@brown.edu> | 2023-08-01 17:41:09 -0400 |
| commit | 591533a40c847f84e23428ab757b8822edbc2a61 (patch) | |
| tree | 516b41328e0b414b40e8a2063e8c40a4374ba848 /src/client/views/nodes/DataVizBox/components/Chart.scss | |
| parent | 710cb3aa93ea30799479ca7c79444f05aeab2209 (diff) | |
things save: editable title for all 3 + color for histogram
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, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss index fc0c4cea3..6c87241b8 100644 --- a/src/client/views/nodes/DataVizBox/components/Chart.scss +++ b/src/client/views/nodes/DataVizBox/components/Chart.scss @@ -75,3 +75,6 @@ fill: red; } } +.table-container{ + overflow: scroll; +}
\ No newline at end of file |
