Skip to content

Commit

Permalink
Merge pull request #84 from okuyan/modal_in_parent_with_zindex
Browse files Browse the repository at this point in the history
Fix blocker z-index issue
  • Loading branch information
kylefox committed Dec 4, 2014
2 parents 8589421 + e9f8035 commit 125da70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
}
} else {
this.$elm = el;
this.$body.append(this.$elm);
this.open();
}
};
Expand Down

0 comments on commit 125da70

Please sign in to comment.