Merge pull request #1092 from trashcan/fix-autocomplete-transparency
Add z-index to command-box so that elements behind it do not show through
Этот коммит содержится в:
@@ -5,6 +5,7 @@
|
||||
border: $border-gray;
|
||||
bottom: 38px;
|
||||
overflow: auto;
|
||||
z-index: 100;
|
||||
@extend %popover-box-shadow;
|
||||
.sidebar--right & {
|
||||
bottom: 100px;
|
||||
|
||||
Ссылка в новой задаче
Block a user