diff --git a/source/Ox.UI/css/Ox.UI.css b/source/Ox.UI/css/Ox.UI.css index 23d5be22..f3082899 100644 --- a/source/Ox.UI/css/Ox.UI.css +++ b/source/Ox.UI/css/Ox.UI.css @@ -2189,9 +2189,6 @@ Video position: absolute; height: 72px; } -.OxLargeVideoTimeline > div.OxOverlay { - z-index: 8; -} .OxLargeVideoTimeline > div > img { position: absolute; top: 4px; @@ -2227,6 +2224,9 @@ Video margin-left: -5px; z-index: 9; } +.OxLargeVideoTimeline > .OxOverlay { + z-index: 8; +} .OxLargeVideoTimeline .OxSubtitle { position: absolute; bottom: 9px;