diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 22:01:53 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2018-03-19 22:02:59 -0400 |
commit | de3d574804637c5f99e0993c0d4750c218fde07c (patch) | |
tree | 3f5429646ac1b9a7f6f20c86aa55ca593dbef4df /public-src/jarmon-style | |
parent | 51ad09fc770f9eb24a0f143156610dfe850c6e8e (diff) |
do page layout with golden-layout
Diffstat (limited to 'public-src/jarmon-style')
-rw-r--r-- | public-src/jarmon-style/style.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/public-src/jarmon-style/style.scss b/public-src/jarmon-style/style.scss index 11d1fb0..5f8f8f8 100644 --- a/public-src/jarmon-style/style.scss +++ b/public-src/jarmon-style/style.scss @@ -1,7 +1,4 @@ .jarmon { - border: solid 1px black; - border-radius: 4px; - .chartRangeControl { .range-inputs { display: flex; @@ -40,10 +37,7 @@ .tabbed-chart-interface { .css-panes { - height: 550px; & > div { - height: 100%; - overflow-y: scroll; overflow-x: hidden; } } |