Skip to content

Commit

Permalink
Fix z-index of MainError component (#1256)
Browse files Browse the repository at this point in the history
Fixes #1255
  • Loading branch information
kaankabalak committed Nov 25, 2021
1 parent cdb4392 commit a69f597
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@ const styles = (theme: Theme) =>
border: "#C72C48 1px solid",
borderLeftWidth: 12,
borderRadius: 3,
zIndex: 1000,
zIndex: 5000,
padding: "10px 15px",
maxWidth: 600,
left: "50%",
Expand Down

0 comments on commit a69f597

Please sign in to comment.