Browse Source

Fix context menu popover under modal (#55)

master
jeffvli 3 years ago
committed by Jeff
parent
commit
41c29f8d88
  1. 2
      src/components/shared/styled.ts

2
src/components/shared/styled.ts

@ -433,7 +433,7 @@ export const ContextMenuPopover = styled(Popover)`
color: ${(props) => props.theme.colors.contextMenu.color} !important; color: ${(props) => props.theme.colors.contextMenu.color} !important;
background: ${(props) => props.theme.colors.contextMenu.background}; background: ${(props) => props.theme.colors.contextMenu.background};
position: absolute; position: absolute;
z-index: 1000; z-index: 2000;
`; `;
export const StyledPopover = styled(Popover)` export const StyledPopover = styled(Popover)`

Loading…
Cancel
Save