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:
Hristo Terezov 2022-03-18 16:16:06 -05:00
parent d064f607ec
commit 9ffb3eddb0
1 changed files with 1 additions and 0 deletions

View File

@ -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,