Skip to content

Commit

Permalink
fix popper showing under elements
Browse files Browse the repository at this point in the history
  • Loading branch information
amrelbialy committed Mar 30, 2021
1 parent 0919a11 commit 774bcc1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ui/src/core/popper/popper.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ const baseClassName = 'Popper';

const Popper = styled.div.attrs({
className: generateClassNames(baseClassName, 'root'),
})(() => css``);
})(
() => css`
z-index: 1300;
`
);

const Styled = applyDisplayNames({ Popper });

Expand Down

0 comments on commit 774bcc1

Please sign in to comment.