From aa875f2ceb4ccb2f7ca8a636e8cdca80854c835d Mon Sep 17 00:00:00 2001 From: loof2736 Date: Sun, 11 Aug 2024 20:05:33 -0400 Subject: [PATCH] Fixed element layering on chapter markers --- CSS/scyfin-theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/CSS/scyfin-theme.css b/CSS/scyfin-theme.css index e172e81..08ca4e8 100644 --- a/CSS/scyfin-theme.css +++ b/CSS/scyfin-theme.css @@ -473,6 +473,7 @@ html, } .sliderMarker.watched { background-color: #FFFFFF90 !important; + z-index: 10 !important; }