From 12d2604ff2ce92d133cf5346b386f34bb41e2590 Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 9 Jul 2012 23:16:29 +0300 Subject: [PATCH] boost z-index so select2 shows over dialogs. fixes #200 --- select2.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/select2.css b/select2.css index bb496e2d..cd2116cb 100755 --- a/select2.css +++ b/select2.css @@ -93,7 +93,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); -o-box-shadow: 0 4px 5px rgba(0, 0, 0, .15); box-shadow: 0 4px 5px rgba(0, 0, 0, .15); - z-index: 999; + z-index: 9999; width:100%; margin-top:-1px; @@ -136,7 +136,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@ .select2-search { display: inline-block; white-space: nowrap; - z-index: 1010; + z-index: 10000; min-height: 26px; width: 100%; margin: 0;