From 58e97aa49c7eab4a0eafbeb79302b516ea30b240 Mon Sep 17 00:00:00 2001 From: David Botton Date: Tue, 23 Jul 2024 07:13:26 -0400 Subject: [PATCH] turnoff text selection in panels --- tools/clog-builder-panels.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/clog-builder-panels.lisp b/tools/clog-builder-panels.lisp index 261ff0e..de6730f 100644 --- a/tools/clog-builder-panels.lisp +++ b/tools/clog-builder-panels.lisp @@ -619,6 +619,7 @@ not a temporarily attached one when using select-control." (render-file-name "") (panel-id (html-id content))) (declare (ignore spacer tmp1 tmp2 tmp3 tmp4 tmp5)) + (setf (style content "user-select") "none") (add-class menu "w3-small") (setf (overflow (top-panel box)) :visible) ; let menus leave the top panel (add-class (top-panel box) *builder-title-class*)