Fix toggling hotspot visibility

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-11-03 20:03:47 -07:00
parent ad45910a5f
commit 80759edbad

View File

@@ -26,7 +26,7 @@
align-items: center;
&[hidden] {
display: none;
display: none !important;
}
& span {