From a53b58f15a3734ca3affe7c1fe355335aa7d09e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Gomez=20Pinto?= Date: Fri, 7 Oct 2011 15:41:16 +0200 Subject: [PATCH] Fix: the search field did not work when in a jQueryUI modal dialog ; fixes #18 & #95 See https://github.com/harvesthq/chosen/issues/18#issuecomment-2311377 for more details. modified: chosen/chosen.css --- chosen/chosen.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chosen/chosen.css b/chosen/chosen.css index 8b724ed..799fe71 100644 --- a/chosen/chosen.css +++ b/chosen/chosen.css @@ -104,6 +104,7 @@ position: relative; margin: 0; white-space: nowrap; + z-index: 1010; } .chzn-container-single .chzn-search input { background: #fff url('chosen-sprite.png') no-repeat 100% -22px; @@ -365,4 +366,4 @@ background: url('chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%); padding: 4px 5px 4px 20px; } -/* @end */ \ No newline at end of file +/* @end */