Fix issue where chart type select is missing for tables (#1232)

This commit is contained in:
Matt Irvine
2018-04-23 17:13:58 -07:00
committed by GitHub
parent f63da13210
commit 30a825438e

View File

@@ -1,7 +1,7 @@
<div #taskbarContainer></div>
<div style="display: flex; flex-flow: row; overflow: scroll; height: 100%; width: 100%">
<div style="flex:3 3 auto; margin: 5px">
<div style="display: flex; flex-flow: row; overflow: hidden; height: 100%; width: 100%">
<div style="flex:3 3 auto; margin: 5px; overflow: scroll">
<div style="position: relative; width: calc(100% - 20px); height: calc(100% - 20px)">
<ng-template component-host></ng-template>
</div>