]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #5113: increase .typeahead z-index for proper use with modals
authorMark Otto <otto@github.com>
Sun, 4 Nov 2012 21:01:31 +0000 (13:01 -0800)
committerMark Otto <otto@github.com>
Sun, 4 Nov 2012 21:01:31 +0000 (13:01 -0800)
docs/assets/css/bootstrap.css
less/dropdowns.less

index a5a1ca4a334c49af1640b0353fce58beb9319b44..848078a9e8882ace061ac5781f4fc472def9dd19 100644 (file)
@@ -3027,6 +3027,7 @@ table th[class*="span"],
 }
 
 .typeahead {
+  z-index: 1051;
   margin-top: 2px;
   -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
index 730ff6e1904fbd9f89fdbb69927d3df95d6c0fb9..90f3741e85c2a4f57697f1102c0fff757a341964 100644 (file)
 // Typeahead
 // ---------
 .typeahead {
+  z-index: 1051;
   margin-top: 2px; // give it some space to breathe
   .border-radius(@baseBorderRadius);
 }