From 4dfef176db1fc22f6c573d90ced35f77f1ebde5b Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Tue, 22 Jun 2021 15:19:06 -0400 Subject: [PATCH] Fix popup elements not hiding --- public/popup.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/popup.css b/public/popup.css index 1271e24b..891e4b84 100644 --- a/public/popup.css +++ b/public/popup.css @@ -6,7 +6,7 @@ --sb-green-bg: #077B27; } -.sponsorBlockPopupBody .hidden { +#sponsorBlockPopupBody .hidden { display: none !important; }