Skip to content

Commit 0567180

Browse files
authored
Merge pull request #113 from netlify/fix-adblock-pro-blocking
Fix adblock pro blocking
2 parents 61f11df + ed7e58f commit 0567180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netlify-identity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ observe(store.modal, "isOpen", () => {
114114
}
115115
setStyle(iframe, {
116116
...iframeStyle,
117-
display: store.modal.isOpen ? "block" : "none"
117+
display: store.modal.isOpen ? "block !important" : "none"
118118
});
119119
if (store.modal.isOpen) {
120120
trigger("open", store.modal.page);

0 commit comments

Comments
 (0)