Skip to content

Commit

Permalink
[ML] fix vertical overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
darnautov committed Apr 14, 2021
1 parent 3a7f23e commit 0aea14c
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 0aea14c

Please sign in to comment.