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

@@ -25,8 +25,8 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
& [hidden] { &[hidden] {
display: none; display: none !important;
} }
& span { & span {