Added a comment why a part of the css is as it is

This commit is contained in:
Frank Elsinga 2024-10-20 14:23:29 +02:00 committed by GitHub
parent 97de88aed5
commit 7ac5fd6f9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -296,6 +296,7 @@ export default {
.beat { .beat {
background-color: $primary; background-color: $primary;
border-radius: $border-radius; border-radius: $border-radius;
/* Added because the tooltip momentarily disappears when crossing between the beat-hover-area and the beat */
pointer-events: none; pointer-events: none;
&.empty { &.empty {