Skip to content
This repository has been archived by the owner on Jun 14, 2020. It is now read-only.

Commit

Permalink
Fix model plugin base z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
Craga89 committed Aug 13, 2012
1 parent 21e5cbf commit e89b954
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.qtip.js
Expand Up @@ -2996,7 +2996,7 @@ PLUGINS.modal.sanitize = function(opts) {
};

// Base z-index for all modal tooltips (use qTip core z-index as a base)
PLUGINS.modal.zindex = QTIP.zindex + 1000;
PLUGINS.modal.zindex = QTIP.zindex - 200;

// Defines the selector used to select all 'focusable' elements within the modal when using the show.modal.stealfocus option.
// Selectors initially taken from http://stackoverflow.com/questions/7668525/is-there-a-jquery-selector-to-get-all-elements-that-can-get-focus
Expand Down

0 comments on commit e89b954

Please sign in to comment.