diff --git a/react/features/large-video/components/LargeVideo.web.tsx b/react/features/large-video/components/LargeVideo.web.tsx index da26829648..10caefe387 100644 --- a/react/features/large-video/components/LargeVideo.web.tsx +++ b/react/features/large-video/components/LargeVideo.web.tsx @@ -228,16 +228,17 @@ class LargeVideo extends Component { * another container for the background and the * largeVideoWrapper in order to hide/show them. */} + { _displayScreenSharingPlaceholder ? : <>}
- { _displayScreenSharingPlaceholder ? :
{ interfaceConfig.DISABLE_TRANSCRIPTION_SUBTITLES diff --git a/react/features/large-video/components/ScreenSharePlaceholder.web.tsx b/react/features/large-video/components/ScreenSharePlaceholder.web.tsx index cb32fad623..1f8323ee66 100644 --- a/react/features/large-video/components/ScreenSharePlaceholder.web.tsx +++ b/react/features/large-video/components/ScreenSharePlaceholder.web.tsx @@ -15,7 +15,10 @@ const useStyles = makeStyles()(theme => { display: 'flex', justifyContent: 'center', alignItems: 'center', - position: 'absolute' + position: 'absolute', + top: 0, + left: 0, + zIndex: 2 }, content: { display: 'flex',