diff --git a/plugins/recruit-resources/src/components/KanbanCard.svelte b/plugins/recruit-resources/src/components/KanbanCard.svelte index 7d90183b4a..863fc648fa 100644 --- a/plugins/recruit-resources/src/components/KanbanCard.svelte +++ b/plugins/recruit-resources/src/components/KanbanCard.svelte @@ -149,6 +149,7 @@ &::after { content: ''; @include bg-layer(#fff, .04); + z-index: -1; } .tool .icon { margin-right: .25rem;