fix popover z-index vs navigation

This commit is contained in:
Felix Niklas 2015-06-11 15:53:45 +02:00
parent 3c80cfdce0
commit 1a1112fbc9

View file

@ -2026,7 +2026,7 @@ footer {
right: 0; right: 0;
bottom: 0; bottom: 0;
top: 53px; top: 53px;
z-index: 1002; z-index: 900;
display: none; display: none;
overflow: scroll; overflow: scroll;
} }
@ -2363,7 +2363,7 @@ footer {
border: none; border: none;
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; z-index: 900;
} }
.popover-body { .popover-body {
@ -4143,7 +4143,7 @@ footer {
.modal { .modal {
position: fixed; position: fixed;
@extend .zIndex-10; z-index: 1000;
} }
.modal-dialog { .modal-dialog {