Skip to content

Commit

Permalink
fix: z-index correction in Card.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Franqsanz committed Nov 30, 2023
1 parent 09d6f86 commit e0f1354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cards/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function Card({

return (
<>
<LinkBox mx='1' my='5' pb='4'>
<LinkBox mx='1' my='5' pb='4' zIndex='0'>
<LinkOverlay
as={NavLink}
to={`/book/view/${pathUrl}`}
Expand Down

1 comment on commit e0f1354

@vercel
Copy link

@vercel vercel bot commented on e0f1354 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

xbu – ./

xbu-franqsanz.vercel.app
xbu-git-main-franqsanz.vercel.app
xbu.vercel.app

Please sign in to comment.