Skip to content

Commit

Permalink
[FIX] Scrollbars and TwoTableBig story
Browse files Browse the repository at this point in the history
  • Loading branch information
Artkrygin committed Nov 6, 2021
1 parent 24c740d commit 13b2148
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data-controls/TreeRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import './styles.css';
const divStyle: React.CSSProperties = {
height: '100%',
padding: '5px',
overflow: 'scroll',
overflow: 'auto',
};

export const TreeRenderer: React.FC<any> = (props) => {
Expand Down
3 changes: 2 additions & 1 deletion stories/TwoTablesBig.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ const viewKinds = [
elements: [
{
'@id': 'mktp:_934jHd67',
'@type': 'aldkg:PanelLayout',
'@type': 'aldkg:VerticalLayout',
options: {
style: {
height: '100%',
Expand Down Expand Up @@ -187,6 +187,7 @@ const viewKinds = [
'@id': 'mktp:_97hFH67',
'@type': 'aldkg:SplitPaneLayout',
options: {
grow: '1',
style: {
width: '100%',
height: '100%',
Expand Down

0 comments on commit 13b2148

Please sign in to comment.