mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-28 07:39:57 +02:00
fixes #4044: make z-index of tooltips same as fixed navbar so they overlay it if generated from within
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -4710,7 +4710,7 @@ input[type="submit"].btn.btn-mini {
|
||||
}
|
||||
|
||||
.modal-open .tooltip {
|
||||
z-index: 2070;
|
||||
z-index: 2080;
|
||||
}
|
||||
|
||||
.modal-backdrop {
|
||||
@@ -4829,7 +4829,7 @@ input[type="submit"].btn.btn-mini {
|
||||
|
||||
.tooltip {
|
||||
position: absolute;
|
||||
z-index: 1020;
|
||||
z-index: 1030;
|
||||
display: block;
|
||||
padding: 5px;
|
||||
font-size: 11px;
|
||||
|
Reference in New Issue
Block a user