Move chart panel below tree

This commit is contained in:
Thomas Nordquist
2019-06-17 23:27:16 +02:00
parent e82c8c4eb0
commit 1d8900d6eb
5 changed files with 81 additions and 46 deletions

View File

@@ -110,6 +110,7 @@ class TreeComponent extends React.PureComponent<Props, State> {
overflowY: 'scroll',
overflowX: 'hidden',
height: '100%',
width: '100%',
paddingBottom: '16px', // avoid conflict with chart panel Resizer
}