mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
use margin bottom for notifications component to not disable center controls
This commit is contained in:
@@ -113,7 +113,7 @@ export const CenterControls = ({ playersRef }: CenterControlsProps) => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className={styles.controlsContainer}>
|
||||
<div className={styles.controlsContainer} style={{ zIndex: 50001 }}>
|
||||
<div className={styles.buttonsContainer}>
|
||||
<PlayerButton
|
||||
icon={<Icon fill="default" icon="mediaStop" size={buttonSize - 2} />}
|
||||
|
||||
Reference in New Issue
Block a user