1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Fixes #5113: increase .typeahead z-index for proper use with modals

This commit is contained in:
Mark Otto 2012-11-04 13:01:31 -08:00
parent 2320a09898
commit fb51efcbd4
2 changed files with 2 additions and 0 deletions

View file

@ -3027,6 +3027,7 @@ table th[class*="span"],
}
.typeahead {
z-index: 1051;
margin-top: 2px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;

View file

@ -226,6 +226,7 @@
// Typeahead
// ---------
.typeahead {
z-index: 1051;
margin-top: 2px; // give it some space to breathe
.border-radius(@baseBorderRadius);
}