Skip to content

Commit aa64a95

Browse files
authored
Merge pull request #95 from carlosfaria94/master
Add z-index to the iframe and fix #94
2 parents 3e16310 + 07cf095 commit aa64a95

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)