mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
remove z-index from playerbar controls (#1218)
This commit is contained in:
parent
6925727ccb
commit
6a04c709f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue