mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
turnoff text selection in panels
This commit is contained in:
parent
5281c593ef
commit
58e97aa49c
1 changed files with 1 additions and 0 deletions
|
|
@ -619,6 +619,7 @@ not a temporarily attached one when using select-control."
|
||||||
(render-file-name "")
|
(render-file-name "")
|
||||||
(panel-id (html-id content)))
|
(panel-id (html-id content)))
|
||||||
(declare (ignore spacer tmp1 tmp2 tmp3 tmp4 tmp5))
|
(declare (ignore spacer tmp1 tmp2 tmp3 tmp4 tmp5))
|
||||||
|
(setf (style content "user-select") "none")
|
||||||
(add-class menu "w3-small")
|
(add-class menu "w3-small")
|
||||||
(setf (overflow (top-panel box)) :visible) ; let menus leave the top panel
|
(setf (overflow (top-panel box)) :visible) ; let menus leave the top panel
|
||||||
(add-class (top-panel box) *builder-title-class*)
|
(add-class (top-panel box) *builder-title-class*)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue