Skip to content

Commit

Permalink
Zindex was not set, bug fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nenomaz committed Nov 7, 2016
1 parent 30de031 commit 39e4033
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@

## 2.3.0 (Nov 3, 2016)
* Is possible specify a custom image as spinner, along with its dimensions (with units or percentages)

### 2.3.1 (Nov 7, 2016)
* ZIndex on the container was not set, bug fixed
2 changes: 1 addition & 1 deletion jquery.easy-overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ along with jQuery Easy Overlay. If not, see <http://www.gnu.org/licenses/>.
if(target.length <= 0) return;

// Calculating OVERLAY DIV z-index
var overlayZIndex;
overlayZIndex;
var targetZIndex = target.css('z-index');
if (targetZIndex == "auto")
overlayZIndex = _options.zindex;
Expand Down

0 comments on commit 39e4033

Please sign in to comment.