diff options
author | dzwdz | 2024-04-09 19:00:02 +0200 |
---|---|---|
committer | dzwdz | 2024-04-09 19:00:02 +0200 |
commit | bc71b7f243c3f823c50231fa82857bae1046744d (patch) | |
tree | 6de68b4e2795a7e2f72a827d51bf7beb90339dad | |
parent | 521da79371243c230e0e2beda72bed82791c6816 (diff) |
prevent the heatmap from being selected (thanks jmjl)
-rw-r--r-- | index.css | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |