2
0

chore(editor): 🚸 Pointer events none on video embed

This commit is contained in:
Baptiste Arnaud
2022-04-08 18:42:49 -05:00
parent 1653b53903
commit 378fe0fe82

View File

@ -42,6 +42,7 @@ export const VideoBubbleContent = ({ step }: { step: VideoBubbleStep }) => {
left: '0',
top: '0',
borderRadius: '10px',
pointerEvents: 'none',
}}
/>
</Box>