Skip to content

Commit 4b5dab1

Browse files
authored
resolve checkbox appearing over selected cap bar (#1123)
1 parent 1a665ae commit 4b5dab1

File tree

1 file changed

+1
-1
lines changed
  • apps/web/app/(org)/dashboard/caps/components/CapCard

1 file changed

+1
-1
lines changed

apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ export const CapCard = ({
472472
{!sharedCapCard && onSelectToggle && (
473473
<div
474474
className={clsx(
475-
"absolute top-2 left-2 z-[51] duration-200",
475+
"absolute top-2 left-2 z-[49] duration-200",
476476
isSelected || anyCapSelected || isDropdownOpen
477477
? "opacity-100"
478478
: "group-hover:opacity-100 opacity-0",

0 commit comments

Comments
 (0)