Skip to content

Commit

Permalink
fix: Hide overlay during ad playback (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben authored Sep 22, 2023
1 parent 4230c45 commit 5b1aa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

.video-js.vjs-mobile-ui {

&.vjs-has-started .vjs-touch-overlay {
&.vjs-has-started:not(.vjs-ad-playing) .vjs-touch-overlay {
position: absolute;
pointer-events: auto;
top: 0;
Expand Down

0 comments on commit 5b1aa34

Please sign in to comment.