From bf4eb8fafc344f60c051f2d597091d0899bce9ac Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Fri, 29 Oct 2021 00:02:46 -0400 Subject: [PATCH] Fix z-index not applying --- public/content.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/content.css b/public/content.css index bcedc211..cd44b152 100644 --- a/public/content.css +++ b/public/content.css @@ -50,7 +50,7 @@ } .sponsorBlockChapterBar:hover { - z-index: 41; + z-index: 41 !important; } /* */