We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f03da commit a9664a4Copy full SHA for a9664a4
modes/completion.lisp
@@ -82,7 +82,7 @@ Should be a list of the form (WIDTH HEIGHT)")
82
main
83
(dom `(:div :class "content completion-menu float autohide"
84
:style
85
- ,(format nil "position: absolute; width: ~apx; height: ~apx; display: none;"
+ ,(format nil "position: absolute; width: ~apx; height: ~apx; display: none !important;"
86
(car *completion-menu-size*)
87
(cadr *completion-menu-size*))
88
:buffer ,(id (completion-buffer buffer)))))
0 commit comments