Skip to content

Commit

Permalink
[Security Solution][Detections] ML Popover overflow fix (#93525) (#93551
Browse files Browse the repository at this point in the history
)

Co-authored-by: Garrett Spong <[email protected]>

Co-authored-by: Davis Plumlee <[email protected]>
Co-authored-by: Garrett Spong <[email protected]>
  • Loading branch information
3 people authored Mar 4, 2021
1 parent f6f37ce commit 605e54a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ import { useSecurityJobs } from './hooks/use_security_jobs';

const PopoverContentsDiv = styled.div`
max-width: 684px;
max-height: 90vh;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 15px;
`;

PopoverContentsDiv.displayName = 'PopoverContentsDiv';
Expand Down

0 comments on commit 605e54a

Please sign in to comment.