Video widget is prevented to interact/mouse-hover (so video controls cannot be pressed)

Builder content link
Client page

Builder public api key
84cc6cd876e148e89e2787eb2f2253ec

What are you trying to accomplish
If I check with Chrome dev tools - I see some div that overlap video area and prevent from pressing video controls.
I want user to be able to press video control links

Screenshots or video link


image

Code stack you are integrating Builder with
Angular

Reproducible code example
If I check with Chrome dev tools - I see some div that overlap video area and prevent from pressing video controls.

Hi @Oleks,

Our team is aware of this and working on a resolution, in the meantime you can add this styling as a global style on your site or to the “content JS + CSS” section in the data tab in Builder:

.builder-video { z-index: 2; }

1 Like

It worked well. thank you!

Looks like this is still an issue with the video widget as of Dec. 14th… Going to try the CSS fix.