Merge pull request #19610 from ramonlsouza/fix-externalv-index
fix: external video z-index
This commit is contained in:
commit
80812fc804
@ -16,7 +16,7 @@ export const Container = styled.span<ContainerProps>`
|
||||
position: absolute;
|
||||
pointer-events: inherit;
|
||||
background: var(--color-black);
|
||||
z-index: 5;
|
||||
|
||||
${({ isResizing }) => isResizing && `
|
||||
pointer-events: none;
|
||||
`}
|
||||
|
Loading…
Reference in New Issue
Block a user