How can I stop some controls auto-hiding when video is playing? #1038
Unanswered
sebastiangug
asked this question in
Q&A
Replies: 2 comments
-
thanks for the feedback. it seems this is not documented very well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you, I'll give that a try! I managed to get it working using display:block directly on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a mute button that's not added in the bar, but placed with absolute on the bottom-right.
I've been able to style it with css selectors without any issues but I can't seem to target its inactive state to force it to be visible.
How would it be best to achieve this:
Beta Was this translation helpful? Give feedback.
All reactions