chore(editor): 🚸 Pointer events none on video embed
This commit is contained in:
@ -42,6 +42,7 @@ export const VideoBubbleContent = ({ step }: { step: VideoBubbleStep }) => {
|
|||||||
left: '0',
|
left: '0',
|
||||||
top: '0',
|
top: '0',
|
||||||
borderRadius: '10px',
|
borderRadius: '10px',
|
||||||
|
pointerEvents: 'none',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</Box>
|
</Box>
|
||||||
|
Reference in New Issue
Block a user