mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
Added a comment why a part of the css is as it is
This commit is contained in:
parent
97de88aed5
commit
7ac5fd6f9c
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue