We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a665ae commit 4b5dab1Copy full SHA for 4b5dab1
apps/web/app/(org)/dashboard/caps/components/CapCard/CapCard.tsx
@@ -472,7 +472,7 @@ export const CapCard = ({
472
{!sharedCapCard && onSelectToggle && (
473
<div
474
className={clsx(
475
- "absolute top-2 left-2 z-[51] duration-200",
+ "absolute top-2 left-2 z-[49] duration-200",
476
isSelected || anyCapSelected || isDropdownOpen
477
? "opacity-100"
478
: "group-hover:opacity-100 opacity-0",
0 commit comments