Skip to content

Commit

Permalink
Fix blocker z-index issue
Browse files Browse the repository at this point in the history
To avoid modal going behind the blocker #70
  • Loading branch information
yokuyama committed Aug 6, 2014
1 parent 8589421 commit e9f8035
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 e9f8035

Please sign in to comment.