Skip to content

Commit

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

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>
  • Loading branch information
3 people authored Mar 4, 2021
1 parent d2ce32d commit 66c30df
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 66c30df

Please sign in to comment.