Fix clicking on hotspots

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-10-31 20:14:06 -07:00
parent e547324774
commit 628c5fc288

View File

@@ -24,6 +24,10 @@
& [hidden] {
display: none;
}
& span {
pointer-events: none;
}
}
.HotspotAnnotation{