Add z-index to error overlay

This commit is contained in:
zodern
2021-05-07 11:43:43 -05:00
parent 017bd4396e
commit 3bb42b3989

View File

@@ -13,6 +13,7 @@ const styles = `
box-shadow: inset 0 0 100px #e411111f, 0 0 20px #00000085;
box-sizing: border-box;
overflow-y: auto;
z-index: 1000000;
}
.section {