Commit e79eb75e authored by Mark Otto's avatar Mark Otto
Browse files

fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it...

fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within
parent e6e0e2ac
Showing with 3 additions and 3 deletions
+3 -3
...@@ -4710,7 +4710,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4710,7 +4710,7 @@ input[type="submit"].btn.btn-mini {
} }
.modal-open .tooltip { .modal-open .tooltip {
z-index: 2070; z-index: 2080;
} }
.modal-backdrop { .modal-backdrop {
...@@ -4829,7 +4829,7 @@ input[type="submit"].btn.btn-mini { ...@@ -4829,7 +4829,7 @@ input[type="submit"].btn.btn-mini {
.tooltip { .tooltip {
position: absolute; position: absolute;
z-index: 1020; z-index: 1030;
display: block; display: block;
padding: 5px; padding: 5px;
font-size: 11px; font-size: 11px;
......
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
// Try to avoid customizing these :) // Try to avoid customizing these :)
@zindexDropdown: 1000; @zindexDropdown: 1000;
@zindexPopover: 1010; @zindexPopover: 1010;
@zindexTooltip: 1020; @zindexTooltip: 1030;
@zindexFixedNavbar: 1030; @zindexFixedNavbar: 1030;
@zindexModalBackdrop: 1040; @zindexModalBackdrop: 1040;
@zindexModal: 1050; @zindexModal: 1050;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment