From e5e5c5848f7a5788d7fac1ee8b6e22744fef67d2 Mon Sep 17 00:00:00 2001 From: sunhao Date: Mon, 27 May 2024 13:48:17 +0800 Subject: [PATCH] * kanban: fix link show above the title. --- lib/kanban/src/style/kanban-links.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kanban/src/style/kanban-links.css b/lib/kanban/src/style/kanban-links.css index ea568e2db9..a7e49a18b1 100644 --- a/lib/kanban/src/style/kanban-links.css +++ b/lib/kanban/src/style/kanban-links.css @@ -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];