Skip to content

Commit

Permalink
added z-index in css
Browse files Browse the repository at this point in the history
  • Loading branch information
xavsio4 committed Nov 9, 2016
1 parent bd2cf65 commit 9581ad5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions assets/css/remote-modal.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,5 +211,6 @@ a.desc:before {
}
.modal .modal-content {
box-shadow: none;
z-index:9999;
}
}
3 changes: 0 additions & 3 deletions assets/js/remote-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ function RemoteModal(modalId) {
*/
this.setContent = function (content) {
$(this.content).html(content);
$(content).filter('script').each(function(){
$.globalEval(this.text || this.textContent || this.innerHTML || '');
});
};

/**
Expand Down

0 comments on commit 9581ad5

Please sign in to comment.