diff --git a/src/ext/popup-message.lisp b/src/ext/popup-message.lisp index d09bc1b5c..cb71d44bb 100644 --- a/src/ext/popup-message.lisp +++ b/src/ext/popup-message.lisp @@ -36,7 +36,8 @@ ;; NOTE: Block mouse clicks on popup windows to prevent them from gaining focus. ;; If a popup window gains focus, it becomes the only active window in the window-tree, ;; which prevents Lem from being able to close it. - ;; Mouse scrolling remains enabled since popup windows are used for displaying text content. :clickable nil + ;; Mouse scrolling remains enabled since popup windows are used for displaying text content. + :clickable nil :style style))) (buffer-start (window-view-point window)) (window-see window)