fix(shared-video): Can't click controls issue
The Dominant speaker name badge was overlaping the shared video controls (audio level, play/pause, etc).
This commit is contained in:
parent
d064f607ec
commit
9ffb3eddb0
|
@ -22,6 +22,7 @@ const useStyles = makeStyles(theme => {
|
|||
justifyContent: 'center',
|
||||
marginBottom: theme.spacing(7),
|
||||
transition: 'margin-bottom 0.3s',
|
||||
pointerEvents: 'none',
|
||||
position: 'absolute',
|
||||
bottom: 0,
|
||||
left: 0,
|
||||
|
|
Loading…
Reference in New Issue