From: Mark Otto Date: Sun, 4 Nov 2012 21:01:31 +0000 (-0800) Subject: Fixes #5113: increase .typeahead z-index for proper use with modals X-Git-Tag: v2.2.2~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fb51efcbd4d18a0a66cc94ee537623f567d059d4;p=thirdparty%2Fbootstrap.git Fixes #5113: increase .typeahead z-index for proper use with modals --- 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); }