diff --git a/react/features/display-name/components/web/DominantSpeakerName.js b/react/features/display-name/components/web/DominantSpeakerName.js index c79eb1508..e8956a132 100644 --- a/react/features/display-name/components/web/DominantSpeakerName.js +++ b/react/features/display-name/components/web/DominantSpeakerName.js @@ -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,