Put z-index on select-list class

This commit is contained in:
Kevin Sawicki
2012-12-26 11:51:22 -08:00
parent 4a46e9f32a
commit ab407a297a
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,3 @@
.fuzzy-finder {
z-index: 99;
}
.fuzzy-finder ol {
overflow: hidden;
margin-bottom: 5px;

View File

@@ -9,6 +9,7 @@
color: #eee;
-webkit-box-shadow: 0 0 5px 5px #222;
padding: 5px;
z-index: 99;
}
.select-list ol {