fix(thumbnail) Open native video context menu (#12532)

This commit is contained in:
Robert Pintilii 2022-11-10 09:20:42 +02:00 committed by GitHub
parent 6223e16ca5
commit cc33930259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -324,7 +324,8 @@ const defaultStyles = (theme: Theme) => {
width: '100%',
height: '100%',
zIndex: 9,
borderRadius: '4px'
borderRadius: '4px',
pointerEvents: 'none' as const
},
borderIndicatorOnTop: {