aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/DataVizBox/DataVizBox.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-10-10 14:54:18 -0400
committerGitHub <noreply@github.com>2023-10-10 14:54:18 -0400
commitd929c0511cae863412a398f426d9e5b7ca64e6d9 (patch)
tree7c077af3a03a17a8ffb0e9fbb45e7d71a8372cc5 /src/client/views/nodes/DataVizBox/DataVizBox.scss
parentc9d83841221620137e89920198ffaeab2677b439 (diff)
parent5eca36aa3e775646d96671b922bf7205074ab135 (diff)
Merge pull request #282 from brown-dash/dataViz-scroll
Data viz scroll
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
-rw-r--r--src/client/views/nodes/DataVizBox/DataVizBox.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss
index 385ef5a1b..430446c06 100644
--- a/src/client/views/nodes/DataVizBox/DataVizBox.scss
+++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss
@@ -1,9 +1,9 @@
.dataviz {
- overflow: scroll;
+ overflow: auto;
height: 100%;
width: 100%;
- .datatype-button{
+ .datatype-button {
display: flex;
flex-direction: row;
}