Skip to content

Commit

Permalink
Merge pull request #43 from agentlab/issue-42-tree-data-control
Browse files Browse the repository at this point in the history
GH-42 Tree DataControl should occupy all height in SplitPane in stories from Tree-Table-Chart
  • Loading branch information
amivanoff authored Nov 2, 2021
2 parents d7d0978 + 59c86dd commit ba9bf72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/data-controls/TreeRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ import { TreeContextMenu } from './TreeContextMenu';
import './styles.css';

const divStyle: React.CSSProperties = {
height: '100%',
padding: '5px',
overflow: 'scroll',
};

export const TreeRenderer: React.FC<any> = (props) => {
Expand Down

0 comments on commit ba9bf72

Please sign in to comment.