Skip to content

Commit f74d6b7

Browse files
committed
Added oembed component for iframe click prevention list for VvvebJs helpers.
1 parent 3198de8 commit f74d6b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

public/css/vvvebjs-editor-helpers.css

+3-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ body {
5656
/*
5757
Prevents iframe mouse events that prevents clicking on the component
5858
*/
59-
[data-component-oembed] > iframe,
59+
[data-component-lottie] > svg,
60+
[data-component-oembed] iframe,
61+
[data-component-oembed] > div,
6062
[data-component-video] > iframe,
6163
[data-component-maps] > iframe,
6264
[data-component-twitter] > iframe,

0 commit comments

Comments
 (0)