[ML] fix vertical overflow (#97127)

This commit is contained in:
Dima Arnautov 2021-04-14 19:11:44 +02:00 committed by GitHub
parent e35ecaa378
commit 096536647f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}
>