Fix chart panel auto-open

This commit is contained in:
Thomas Nordquist
2019-06-17 19:08:40 +02:00
parent 181575f71f
commit 06ab52bb6b
2 changed files with 5 additions and 3 deletions

View File

@@ -73,7 +73,7 @@ function ChartPanel(props: Props) {
))
return (
<div style={{ width: '100%', height: '100%', padding: '8px' }}>
<div style={{ width: '100%', height: '100%', padding: '8px', flex: 1, overflow: 'hidden scroll' }}>
<Grid container spacing={1}>
<TransitionGroup component={null} className="example">
{charts}