From 92f7e28a58892523414690a33dd4e74db2cefc50 Mon Sep 17 00:00:00 2001 From: Norman Koch Date: Thu, 22 Feb 2024 13:37:30 +0100 Subject: [PATCH] fix --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index c03ba66947..c94cb4d49f 100644 --- a/css/style.css +++ b/css/style.css @@ -1204,3 +1204,7 @@ hr { #csv_parse_errors { color: red; } + +#lenet { + user-select: none; +}