From ade69a1bb0e0ca2301f4d5dad9cc8889e6f90847 Mon Sep 17 00:00:00 2001 From: Ash Monty Date: Sun, 12 Dec 2021 14:51:35 +0100 Subject: [PATCH] fix: chart.js throwing error on hover #48 --- public/assets/css/main.css | 3 +++ views/partials/progress-list.handlebars | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/public/assets/css/main.css b/public/assets/css/main.css index 6cb1020..7f9a80e 100644 --- a/public/assets/css/main.css +++ b/public/assets/css/main.css @@ -679,6 +679,9 @@ section.update-signup div.circle { .feature-progress-chart { max-width: 100px; } +.feature-progress-chart canvas.percentage-chart { + pointer-events: none; /* Fixes issue #48 */ +} .feature-list-wrapper h3 { margin: 0; } diff --git a/views/partials/progress-list.handlebars b/views/partials/progress-list.handlebars index 91e6460..7d06b36 100644 --- a/views/partials/progress-list.handlebars +++ b/views/partials/progress-list.handlebars @@ -3,7 +3,7 @@

{{ data.percent }}

- +