You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2025. It is now read-only.
When an overlay ad is displayed, the container should be made visible and I can see this is attempted through the following style rule: .oo-player-skin-plugins.oo-overlay-showing:not(:empty) { display: block; }
This is assigned when the overlay is showing and the container is 'not empty'. However, an additional line to update the z-index is also needed, as otherwise the container is obscured by the div with classes "oo-state-screen" and "oo-start-screen".