mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
remove z-index from playerbar controls (#1218)
This commit is contained in:
@@ -128,7 +128,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={styles.controlsContainer} style={{ zIndex: 50001 }}>
|
<div className={styles.controlsContainer}>
|
||||||
<div className={styles.buttonsContainer}>
|
<div className={styles.buttonsContainer}>
|
||||||
<PlayerButton
|
<PlayerButton
|
||||||
icon={<Icon fill="default" icon="mediaStop" size={buttonSize - 2} />}
|
icon={<Icon fill="default" icon="mediaStop" size={buttonSize - 2} />}
|
||||||
|
|||||||
Reference in New Issue
Block a user