Skip to content

Commit ed7e58f

Browse files
committed
Fix adblock pro blocking
1 parent 61f11df commit ed7e58f

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)