Skip to content

Commit

Permalink
* kanban: fix link show above the title.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed May 27, 2024
1 parent 04d915f commit e5e5c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kanban/src/style/kanban-links.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.kanban-links {
@apply -absolute -inset-0 -pointer-events-none -z-20;
@apply -absolute -inset-0 -pointer-events-none -z-[5];
}
.kanban-link {
@apply -absolute -flex -items-center -justify-center -text-[--kanban-link-color];
Expand Down

0 comments on commit e5e5c58

Please sign in to comment.