Skip to content

Commit

Permalink
Fix data visualizer resizing (#930)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lumos309 authored and geshuming committed Sep 13, 2019
1 parent 42bede0 commit 4372b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/styles/_playground.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@

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

0 comments on commit 4372b39

Please sign in to comment.