Remove pointer events to weather objects

This commit is contained in:
2025-11-09 21:42:17 -06:00
parent 0263c1de66
commit bc35c74688

View File

@@ -7,6 +7,7 @@
color: #fff; color: #fff;
font-size: 1em; font-size: 1em;
font-family: Arial; font-family: Arial;
pointer-events: none;
text-shadow: 0 0 1px #000; text-shadow: 0 0 1px #000;
} }
@keyframes fallingObjects-fall { @keyframes fallingObjects-fall {