Skip to content

Commit

Permalink
[QA-1353] Fix cover art blur (#8751)
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanjeffers authored Jun 7, 2024
1 parent 7cb8035 commit bd735cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web/src/components/dynamic-image/DynamicImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,8 +180,7 @@ const DynamicImage = (props: DynamicImageProps) => {
zIndex: 3
}
: undefined)
},
overflow: 'hidden'
}
}}
>
{useSkeleton && displayImage === placeholder ? (
Expand Down

0 comments on commit bd735cc

Please sign in to comment.