Skip to content

Commit

Permalink
Merge pull request #46 from rosset-nocpes/fix/favourite-z-index
Browse files Browse the repository at this point in the history
fix(favourite-button): fix z-index
  • Loading branch information
olexh authored Jun 27, 2024
2 parents 4eb660a + 69e5090 commit 88cd038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/anime/anime-view/cover.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Cover: FC = () => {
const { data: anime } = useAnimeInfo({ slug: String(params.slug) });

return (
<div className="flex items-center px-16 md:px-48 lg:px-0">
<div className="z-0 flex items-center px-16 md:px-48 lg:px-0">
<ContentCard imageProps={{ priority: true }} image={anime?.image}>
<div className="absolute bottom-2 right-2 z-[1]">
<FavoriteButton
Expand Down

0 comments on commit 88cd038

Please sign in to comment.