This commit is contained in:
Sol Irvine
2023-09-06 17:31:53 -07:00
parent 7e99ad1711
commit 391ca16f8f
2 changed files with 4 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ async function RelatedProducts({ id }: { id: string }) {
className="relative block h-full w-full transition-opacity duration-150 hover:opacity-90"
href={`/product/${product.handle}`}
>
<div className="relative block aspect-square overflow-hidden">
<div className="relative z-10 block aspect-square overflow-hidden">
<GridTileImage
alt={product.title}
label={{