From 4372b3942dcc220d44ce602a5bc0e91eef61e654 Mon Sep 17 00:00:00 2001 From: lumos309 <35829443+lumos309@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:24:14 +0800 Subject: [PATCH] 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 --- src/styles/_playground.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/styles/_playground.scss b/src/styles/_playground.scss index 88e52362ae..e6be945bb6 100644 --- a/src/styles/_playground.scss +++ b/src/styles/_playground.scss @@ -7,6 +7,4 @@ .kineticjs-content { width: 100% !important; - height: 40vh !important; // 100% results in 0 height, 100vh is too big. - overflow: scroll; }