Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Set z-index on modal (sc2385)
Browse files Browse the repository at this point in the history
  • Loading branch information
guerrato authored and arnemolland committed Feb 15, 2022
1 parent b6e01a4 commit ce54f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/common/Modal/Modal.styles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ export const CloseButton = styled.button<ModalProps>`
color: ${theme.colors.tertiaryText};
font-size: 24px;
cursor: pointer;
z-index: 1;
& > div {
pointer-events: none;
Expand Down

0 comments on commit ce54f2e

Please sign in to comment.