From bc71b7f243c3f823c50231fa82857bae1046744d Mon Sep 17 00:00:00 2001 From: dzwdz Date: Tue, 9 Apr 2024 19:00:02 +0200 Subject: prevent the heatmap from being selected (thanks jmjl) --- index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/index.css b/index.css index 26caf2f..c35dde2 100644 --- a/index.css +++ b/index.css @@ -44,6 +44,7 @@ main { #heatmap { width: 100%; height: 0; + user-select: none; } #heatmap a { -- cgit 1.4.1-2-gfad0