[Security Solution][Notes] - fix timeline notes tab missing vertial scroll (#195102)

This commit is contained in:
Philippe Oberti 2024-10-04 19:31:43 -05:00 committed by GitHub
parent 820fa07dd3
commit f38bbc6664
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -160,7 +160,12 @@ const NotesTabContentComponent: React.FC<NotesTabContentProps> = React.memo(({ t
}, [timeline.description, timeline.updated, timeline.updatedBy]);
return (
<EuiPanel>
<EuiPanel
css={css`
height: 100%;
overflow: auto;
`}
>
<EuiFlexGroup direction="column">
<EuiFlexItem grow={false}>
<EuiTitle>