remove z-index from playerbar controls (#1218)

This commit is contained in:
jeffvli 2025-10-31 17:27:33 -07:00
parent 6925727ccb
commit 6a04c709f0

View file

@ -128,7 +128,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
return (
<>
<div className={styles.controlsContainer} style={{ zIndex: 50001 }}>
<div className={styles.controlsContainer}>
<div className={styles.buttonsContainer}>
<PlayerButton
icon={<Icon fill="default" icon="mediaStop" size={buttonSize - 2} />}