소스 검색

Merge pull request #431 from gladmon/master

Fix for z-index of search text box on single select
Igor Vaynberg 12 년 전
부모
커밋
3cc79b410c
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      select2.css

+ 3 - 2
select2.css

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