Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 6f1b63a

Browse files
Merge pull request #112 from Walkmana-25/101-bug-account-in-floorp-hub-is-incorrectly-layered
fix(card): adjust z-index value in Card component
2 parents 5ad71f9 + f853e4d commit 6f1b63a

File tree

1 file changed

+1
-1
lines changed
  • src/apps/settings/src/components/common

1 file changed

+1
-1
lines changed

src/apps/settings/src/components/common/card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export function Card({ children, className }: CardProps) {
1010
return (
1111
<div
1212
className={cn(
13-
"flex flex-col bg-base-200 shadow-md border rounded border-base-300/20 dark:bg-base-600 mb-8 z-1000",
13+
"flex flex-col bg-base-200 shadow-md border rounded border-base-300/20 dark:bg-base-600 mb-8 z-10",
1414
className,
1515
)}
1616
>

0 commit comments

Comments
 (0)