We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4d1163c commit a6dd4a8Copy full SHA for a6dd4a8
src/components/MovieDetails/index.tsx
@@ -629,7 +629,9 @@ const MovieDetails = ({ movie }: MovieDetailsProps) => {
629
)}
630
</>
631
632
- <PlayButton links={mediaLinks} />
+ <div className="z-20">
633
+ <PlayButton links={mediaLinks} />
634
+ </div>
635
<RequestButton
636
mediaType="movie"
637
media={data.mediaInfo}
src/components/TvDetails/index.tsx
@@ -671,7 +671,9 @@ const TvDetails = ({ tv }: TvDetailsProps) => {
671
672
673
674
675
676
677
678
mediaType="tv"
679
onUpdate={() => revalidate()}
0 commit comments