mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
15 lines
193 B
CSS
15 lines
193 B
CSS
.fuzzy-finder {
|
|
z-index: 99;
|
|
}
|
|
|
|
.fuzzy-finder ol {
|
|
overflow: hidden;
|
|
margin-bottom: 5px;
|
|
-webkit-user-select: none;
|
|
cursor: default;
|
|
}
|
|
|
|
.fuzzy-finder ol:empty {
|
|
margin-bottom: 0;
|
|
}
|