mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] fix vertical overflow (#97127)
This commit is contained in:
parent
e35ecaa378
commit
096536647f
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue