Merge pull request #20669 from JoVictorNunes/issue-20654

fix: external video can be seen through sidebar on mobile
This commit is contained in:
Ramón Souza 2024-07-10 15:59:11 -03:00 committed by GitHub
commit f5665f3bc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,6 +580,7 @@ class VideoPlayer extends Component {
width,
fullscreenContext,
isResizing,
zIndex,
} = this.props;
const {
@ -614,6 +615,8 @@ class VideoPlayer extends Component {
pointerEvents: isResizing ? 'none' : 'inherit',
display: isMinimized && 'none',
background: 'var(--color-black)',
overflow: 'hidden',
zIndex,
}}
>
<Styled.VideoPlayerWrapper