Skip to content

Commit

Permalink
[ML] fix vertical overflow (#97127)
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov authored Apr 14, 2021
1 parent e35ecaa commit 0965366
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ export const SwimlaneContainer: FC<SwimlaneProps> = ({
<EuiFlexGroup
gutterSize={'none'}
direction={'column'}
style={{ width: '100%', overflow: 'hidden' }}
style={{ width: '100%', height: '100%', overflow: 'hidden' }}
ref={resizeRef}
data-test-subj={dataTestSubj}
>
Expand Down

0 comments on commit 0965366

Please sign in to comment.