Fix z-index of MainError component (#1256)

Fixes #1255
This commit is contained in:
Kaan Kabalak
2021-11-24 20:18:00 -08:00
committed by GitHub
parent cdb4392633
commit a69f597f43

View File

@@ -43,7 +43,7 @@ const styles = (theme: Theme) =>
border: "#C72C48 1px solid", border: "#C72C48 1px solid",
borderLeftWidth: 12, borderLeftWidth: 12,
borderRadius: 3, borderRadius: 3,
zIndex: 1000, zIndex: 5000,
padding: "10px 15px", padding: "10px 15px",
maxWidth: 600, maxWidth: 600,
left: "50%", left: "50%",