From 59154899d8dcac7c86e46ff918bdccfdad962588 Mon Sep 17 00:00:00 2001 From: Navid Mafi Date: Sun, 21 Nov 2021 01:24:21 +0330 Subject: [PATCH] Added hidden with important --- lib.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib.css b/lib.css index 9a7799d..81d48e9 100644 --- a/lib.css +++ b/lib.css @@ -393,6 +393,10 @@ See the LICENCE file in the repository root for full licence text. display: none; opacity: 0; } +.hidden-important { + display: none!important; + opacity: 0!important; +} .block { display: block; }