Skip to content

Commit

Permalink
simple fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dplumlee committed Mar 3, 2021
1 parent 4ea10d9 commit c0d6386
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import { useSecurityJobs } from './hooks/use_security_jobs';

const PopoverContentsDiv = styled.div`
max-width: 684px;
max-height: 800px;
overflow: scroll;
`;

PopoverContentsDiv.displayName = 'PopoverContentsDiv';
Expand Down

0 comments on commit c0d6386

Please sign in to comment.