From c7acb902a43da79ac36cfb0e276711334a1d0b9f Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sat, 30 Oct 2021 21:32:54 -0400 Subject: [PATCH] Fix issues with hover failing after hovering scrubber --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index cd44b152..ebda9024 100644 --- a/public/content.css +++ b/public/content.css @@ -49,7 +49,7 @@ transform: translateY(1em) !important; } -.sponsorBlockChapterBar:hover { +div:hover > .sponsorBlockChapterBar { z-index: 41 !important; }