diff options
Diffstat (limited to 'www/css')
| -rw-r--r-- | www/css/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/css/style.css b/www/css/style.css index 6d009c9b..49b608c1 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -1087,6 +1087,14 @@ videogular div.event-time { background: rgba(255, 0, 0, 0.5); } +videogular vg-scrub-bar { + z-index:100 !important; +} + +videogular vg-cue-points vg-cue-point { + z-index:99 !important; +} + #full-screen-event { -webkit-animation-duration: 200ms; animation-duration: 200ms; |
