Explorar o código

Merge pull request #431 from gladmon/master

Fix for z-index of search text box on single select
Igor Vaynberg %!s(int64=12) %!d(string=hai) anos
pai
achega
3cc79b410c
Modificáronse 1 ficheiros con 3 adicións e 2 borrados
  1. 3 2
      select2.css

+ 3 - 2
select2.css

@@ -165,8 +165,9 @@ Version: @@ver@@ Timestamp: @@timestamp@@
 
 .select2-search {
   display: inline-block;
-    white-space: nowrap;
-    z-index: 10000;
+  white-space: nowrap;
+  z-index: 10000;
+  position: relative;
   min-height: 26px;
   width: 100%;
   margin: 0;