1
0
mirror of synced 2024-11-22 04:56:08 +03:00

boost z-index so select2 shows over dialogs. fixes #200

This commit is contained in:
Igor Vaynberg 2012-07-09 23:16:29 +03:00
parent 48fe58dee3
commit 12d2604ff2

View File

@ -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;