Fix select fields in overlay

This commit is contained in:
champsupertramp
2016-06-07 16:00:13 +08:00
parent 5cc6e07813
commit 481e500aff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -783,7 +783,7 @@ small.um-max-filesize span{
/* Select2 4.0*/
.select2-container.select2-container--open {
z-index: 99999;
z-index: 9999999;
}
.select2.select2-container .select2-selection{
display: block !important;
+1 -1
View File
File diff suppressed because one or more lines are too long