diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index a5a1ca4a33..848078a9e8 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3027,6 +3027,7 @@ table th[class*="span"], } .typeahead { + z-index: 1051; margin-top: 2px; -webkit-border-radius: 4px; -moz-border-radius: 4px; diff --git a/less/dropdowns.less b/less/dropdowns.less index 730ff6e190..90f3741e85 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -226,6 +226,7 @@ // Typeahead // --------- .typeahead { + z-index: 1051; margin-top: 2px; // give it some space to breathe .border-radius(@baseBorderRadius); }