1
0
mirror of synced 2024-11-23 13:36:01 +03:00

Merge pull request #431 from gladmon/master

Fix for z-index of search text box on single select
This commit is contained in:
Igor Vaynberg 2012-09-19 14:47:35 -07:00
commit 3cc79b410c

View File

@ -167,6 +167,7 @@ Version: @@ver@@ Timestamp: @@timestamp@@
display: inline-block; display: inline-block;
white-space: nowrap; white-space: nowrap;
z-index: 10000; z-index: 10000;
position: relative;
min-height: 26px; min-height: 26px;
width: 100%; width: 100%;
margin: 0; margin: 0;