Merge pull request #19610 from ramonlsouza/fix-externalv-index

fix: external video z-index
This commit is contained in:
Ramón Souza 2024-02-14 13:11:36 -03:00 committed by GitHub
commit 80812fc804
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
`}