From fb51efcbd4d18a0a66cc94ee537623f567d059d4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Nov 2012 13:01:31 -0800 Subject: Fixes #5113: increase .typeahead z-index for proper use with modals --- less/dropdowns.less | 1 + 1 file changed, 1 insertion(+) (limited to 'less/dropdowns.less') 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); } -- cgit v1.2.3