fix zIndex overlay of notification over modal

This commit is contained in:
Felix Niklas 2015-06-11 13:17:10 +02:00
parent 175c178f77
commit 86c844e700
2 changed files with 2 additions and 2 deletions

View file

@ -4806,7 +4806,6 @@ button.close {
right: 0; right: 0;
bottom: 0; bottom: 0;
left: 0; left: 0;
z-index: 1040;
display: none; display: none;
overflow: hidden; overflow: hidden;
-webkit-overflow-scrolling: touch; -webkit-overflow-scrolling: touch;

View file

@ -2359,9 +2359,9 @@ footer {
max-width: 9999px; max-width: 9999px;
border-radius: 0; border-radius: 0;
border: none; border: none;
z-index: 1110;
color: hsl(206,7%,28%); color: hsl(206,7%,28%);
box-shadow: 0 1px 14px rgba(0,8,14,.25); box-shadow: 0 1px 14px rgba(0,8,14,.25);
@extend .zIndex-9;
} }
.popover-body { .popover-body {
@ -4141,6 +4141,7 @@ footer {
.modal { .modal {
position: fixed; position: fixed;
@extend .zIndex-10;
} }
.modal-dialog { .modal-dialog {