Skip to content

Commit 3cc79b4

Browse files
committed
Merge pull request select2#431 from gladmon/master
Fix for z-index of search text box on single select
2 parents a145378 + b96ee3f commit 3cc79b4

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

select2.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,9 @@ Version: @@ver@@ Timestamp: @@timestamp@@
165165

166166
.select2-search {
167167
display: inline-block;
168-
white-space: nowrap;
169-
z-index: 10000;
168+
white-space: nowrap;
169+
z-index: 10000;
170+
position: relative;
170171
min-height: 26px;
171172
width: 100%;
172173
margin: 0;

0 commit comments

Comments
 (0)