Skip to content

Commit cf3b5af

Browse files
committed
fix: Reduce z-index of ListenToPlayer widget
1 parent 15778de commit cf3b5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ListenToPlayer/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ const ListenToPlayer = ({ slug }: { slug: string }) => {
221221
className={cn(
222222
showWidget ? "block" : "hidden",
223223
isExpanded ? "bottom-4" : "bottom-0",
224-
"fixed left-1/2 right-auto z-[5000] -translate-x-1/2 sm:left-auto sm:right-5 sm:translate-x-0"
224+
"fixed left-1/2 right-auto z-10 -translate-x-1/2 sm:left-auto sm:right-5 sm:translate-x-0"
225225
)}
226226
>
227227
<div className="relative">

0 commit comments

Comments
 (0)