aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/assets/css/bootstrap.css1
-rw-r--r--less/dropdowns.less1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index a5a1ca4a3..848078a9e 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 730ff6e19..90f3741e8 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);
}