summary refs log tree commit diff
diff options
context:
space:
mode:
authordzwdz2024-04-09 19:00:02 +0200
committerdzwdz2024-04-09 19:00:02 +0200
commitbc71b7f243c3f823c50231fa82857bae1046744d (patch)
tree6de68b4e2795a7e2f72a827d51bf7beb90339dad
parent521da79371243c230e0e2beda72bed82791c6816 (diff)
prevent the heatmap from being selected (thanks jmjl)
-rw-r--r--index.css1
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 {