Skip to content

Commit 4372b39

Browse files
lumos309geshuming
authored andcommitted
Fix data visualizer resizing (#930)
* Fix data visualizer resizing Stops the visualizer from limiting the height of the display by creating a second, nested display area with its own set of scroll bars. * Remove commented-out code
1 parent 42bede0 commit 4372b39

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/styles/_playground.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77

88
.kineticjs-content {
99
width: 100% !important;
10-
height: 40vh !important; // 100% results in 0 height, 100vh is too big.
11-
overflow: scroll;
1210
}

0 commit comments

Comments
 (0)