Skip to content

Commit 07cf095

Browse files
author
CarlosFaria94
committed
Add z-index to the iframe and fix netlify#94
1 parent 3e16310 commit 07cf095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/netlify-identity.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ const iframeStyle = {
9999
height: "100%",
100100
overflow: "visible",
101101
background: "transparent",
102-
display: "none"
102+
display: "none",
103+
"z-index": 99
103104
};
104105

105106
observe(store.modal, "isOpen", () => {

0 commit comments

Comments
 (0)