From 628c5fc288bc6fe6eb86d34d4542bf8c6bb84389 Mon Sep 17 00:00:00 2001 From: Justin Georgi Date: Thu, 31 Oct 2024 20:14:06 -0700 Subject: [PATCH] Fix clicking on hotspots Signed-off-by: Justin Georgi --- modules/glmv.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/glmv.css b/modules/glmv.css index 7fac31c..148737c 100644 --- a/modules/glmv.css +++ b/modules/glmv.css @@ -24,6 +24,10 @@ & [hidden] { display: none; } + + & span { + pointer-events: none; + } } .HotspotAnnotation{