mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-12 00:24:03 +02:00
Fixes #5113: increase .typeahead z-index for proper use with modals
This commit is contained in:
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -3027,6 +3027,7 @@ table th[class*="span"],
|
|||||||
}
|
}
|
||||||
|
|
||||||
.typeahead {
|
.typeahead {
|
||||||
|
z-index: 1051;
|
||||||
margin-top: 2px;
|
margin-top: 2px;
|
||||||
-webkit-border-radius: 4px;
|
-webkit-border-radius: 4px;
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
|
@@ -226,6 +226,7 @@
|
|||||||
// Typeahead
|
// Typeahead
|
||||||
// ---------
|
// ---------
|
||||||
.typeahead {
|
.typeahead {
|
||||||
|
z-index: 1051;
|
||||||
margin-top: 2px; // give it some space to breathe
|
margin-top: 2px; // give it some space to breathe
|
||||||
.border-radius(@baseBorderRadius);
|
.border-radius(@baseBorderRadius);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user