mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Put z-index on select-list class
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
.fuzzy-finder {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.fuzzy-finder ol {
|
||||
overflow: hidden;
|
||||
margin-bottom: 5px;
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
color: #eee;
|
||||
-webkit-box-shadow: 0 0 5px 5px #222;
|
||||
padding: 5px;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.select-list ol {
|
||||
|
||||
Reference in New Issue
Block a user