diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2020-02-22 16:23:31 -0500 |
| commit | 922f98c3e4cf004e01d0f81b5e6500731ad085e7 (patch) | |
| tree | 2dd6691ac043d843253db383fc2086df78c124b9 /www/css | |
| parent | 15fbabb40520ab898a2be9eecf588aac8a1ba882 (diff) | |
#897 fix: overlay css, move cue code to canPlay, convert cue points to float to avoid exceptions
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; |
