From 80759edbadc68f9fe096c1279613710995252eb2 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Sun, 3 Nov 2024 20:03:47 -0700 Subject: [PATCH] Fix toggling hotspot visibility Signed-off-by: Justin Georgi --- modules/glmv.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/glmv.css b/modules/glmv.css index a4bf799..bee3cef 100644 --- a/modules/glmv.css +++ b/modules/glmv.css @@ -25,8 +25,8 @@ justify-content: center; align-items: center; - & [hidden] { - display: none; + &[hidden] { + display: none !important; } & span {