Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Fix context menu popover under modal (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffvli committed Nov 10, 2021
1 parent 3b10d63 commit 41c29f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/shared/styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export const ContextMenuPopover = styled(Popover)`
color: ${(props) => props.theme.colors.contextMenu.color} !important;
background: ${(props) => props.theme.colors.contextMenu.background};
position: absolute;
z-index: 1000;
z-index: 2000;
`;

export const StyledPopover = styled(Popover)`
Expand Down

0 comments on commit 41c29f8

Please sign in to comment.