Skip to content

Commit 66c30df

Browse files
kibanamachinedplumleespong
authored
[Security Solution][Detections] ML Popover overflow fix (#93525) (#93552)
Co-authored-by: Garrett Spong <spong@users.noreply.github.com> Co-authored-by: Davis Plumlee <56367316+dplumlee@users.noreply.github.com> Co-authored-by: Garrett Spong <spong@users.noreply.github.com>
1 parent d2ce32d commit 66c30df

File tree

1 file changed

+4
-0
lines changed
  • x-pack/plugins/security_solution/public/common/components/ml_popover

1 file changed

+4
-0
lines changed

x-pack/plugins/security_solution/public/common/components/ml_popover/ml_popover.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ import { useSecurityJobs } from './hooks/use_security_jobs';
2727

2828
const PopoverContentsDiv = styled.div`
2929
max-width: 684px;
30+
max-height: 90vh;
31+
overflow-y: auto;
32+
overflow-x: hidden;
33+
padding-bottom: 15px;
3034
`;
3135

3236
PopoverContentsDiv.displayName = 'PopoverContentsDiv';

0 commit comments

Comments
 (0)