Merge pull request #1092 from trashcan/fix-autocomplete-transparency

Add z-index to command-box so that elements behind it do not show through
Этот коммит содержится в:
Joram Wilander
2015-10-16 16:10:21 -04:00
родитель 3bd0a15341 4e1e6b6354
Коммит 8ea76b0ada

Просмотреть файл

@@ -5,6 +5,7 @@
border: $border-gray;
bottom: 38px;
overflow: auto;
z-index: 100;
@extend %popover-box-shadow;
.sidebar--right & {
bottom: 100px;