We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15778de commit cf3b5afCopy full SHA for cf3b5af
src/components/ListenToPlayer/index.tsx
@@ -221,7 +221,7 @@ const ListenToPlayer = ({ slug }: { slug: string }) => {
221
className={cn(
222
showWidget ? "block" : "hidden",
223
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"
+ "fixed left-1/2 right-auto z-10 -translate-x-1/2 sm:left-auto sm:right-5 sm:translate-x-0"
225
)}
226
>
227
<div className="relative">
0 commit comments