Skip to content

Commit

Permalink
Changed z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Nov 3, 2014
1 parent 4335157 commit 8ef5261
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions bootstrap/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@
@screen-sm: 768px;
@screen-sm-min: @screen-sm;
@screen-xs-max: (@screen-sm-min - 1);

@zindex-modal: 1040;
2 changes: 1 addition & 1 deletion lib/sweet-alert.css
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
top: 0;
bottom: 0;
display: none;
z-index: 1000;
z-index: 1040;
}
.sweet-alert {
background-color: #ffffff;
Expand Down
2 changes: 1 addition & 1 deletion lib/sweet-alert.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
bottom: 0;

display: none;
z-index: 1000;
z-index: @zindex-modal;
}

.sweet-alert {
Expand Down

1 comment on commit 8ef5261

@lipis
Copy link
Owner Author

@lipis lipis commented on 8ef5261 Nov 3, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixes #8

Please sign in to comment.