Skip to content

Commit

Permalink
fix z-index dropdown vertical more option
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 17, 2024
1 parent 8d61d1e commit 8eb5012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/containers/CardSidebar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export default function CardSidebar({

{more && (
<div
className="absolute right-4 top-8 z-20 w-72 rounded-lg border border-border bg-background shadow-lg"
className="absolute right-4 top-8 z-50 w-72 rounded-lg border border-border bg-background shadow-lg"
ref={setMenu}
>
<div
Expand Down

0 comments on commit 8eb5012

Please sign in to comment.