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;
|
border: $border-gray;
|
||||||
bottom: 38px;
|
bottom: 38px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
z-index: 100;
|
||||||
@extend %popover-box-shadow;
|
@extend %popover-box-shadow;
|
||||||
.sidebar--right & {
|
.sidebar--right & {
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user