diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-16 13:31:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-16 13:31:56 -0400 |
| commit | d1e31265f8707bea63e21bf9a7b1dd10ccbf2009 (patch) | |
| tree | b9c8b7d2aa084c206d272828843fc2b2ce911089 /src/client/views/nodes/DataVizBox/DataVizBox.scss | |
| parent | ad74cd03fa38a66101331ac0d3ea6cda841e3eee (diff) | |
| parent | 61fb855ec92540c48cc4cc844d3b21728e8a4754 (diff) | |
Merge pull request #206 from brown-dash/data-visualization-sarah
Data visualization sarah
Diffstat (limited to 'src/client/views/nodes/DataVizBox/DataVizBox.scss')
| -rw-r--r-- | src/client/views/nodes/DataVizBox/DataVizBox.scss | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/src/client/views/nodes/DataVizBox/DataVizBox.scss b/src/client/views/nodes/DataVizBox/DataVizBox.scss index cd500e9ae..a69881b7c 100644 --- a/src/client/views/nodes/DataVizBox/DataVizBox.scss +++ b/src/client/views/nodes/DataVizBox/DataVizBox.scss @@ -1,4 +1,14 @@ .dataviz { - overflow: auto; + overflow: scroll; height: 100%; + width: 100%; + + .datatype-button{ + display: flex; + flex-direction: row; + } +} +.start-message { + margin: 10px; + align-self: baseline; } |
