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 }}
- +