aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/components/Chart.scss
diff options
context:
space:
mode:
authorsrichman333 <sarah_n_richman@brown.edu>2023-08-07 13:30:40 -0400
committersrichman333 <sarah_n_richman@brown.edu>2023-08-07 13:30:40 -0400
commit85f91733a21c7b41829eb9280ce33e90783c926d (patch)
tree867a51a683b04dc15c00b77aeb63ccd2ff5c4639 /src/client/views/nodes/DataVizBox/components/Chart.scss
parent1bfa61ae441458cdcd860eb39e617417d013f1fa (diff)
selected data at bottom of graph
Diffstat (limited to 'src/client/views/nodes/DataVizBox/components/Chart.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/components/Chart.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/components/Chart.scss b/src/client/views/nodes/DataVizBox/components/Chart.scss
index 996183cb8..35e5187b2 100644
--- a/src/client/views/nodes/DataVizBox/components/Chart.scss
+++ b/src/client/views/nodes/DataVizBox/components/Chart.scss
@@ -4,6 +4,7 @@
align-items: center;
cursor: default;
margin-top: 10px;
+ overflow-y: visible;
.graph{
overflow: visible;
@@ -22,8 +23,8 @@
display: flex;
flex-direction: row;
margin: 10px;
- margin-top: 0px;
- margin-bottom: -5px;
+ margin-top: -25px;
+ margin-bottom: 5px;
}
.slice {
&.hover {
@@ -78,4 +79,6 @@
.table-container{
overflow: scroll;
margin: 10px;
+ margin-left: 25px;
+ margin-top: 25px;
} \ No newline at end of file