Skip to content

Commit a9664a4

Browse files
committed
fix completion menu flicker
1 parent e6f03da commit a9664a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modes/completion.lisp

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Should be a list of the form (WIDTH HEIGHT)")
8282
main
8383
(dom `(:div :class "content completion-menu float autohide"
8484
:style
85-
,(format nil "position: absolute; width: ~apx; height: ~apx; display: none;"
85+
,(format nil "position: absolute; width: ~apx; height: ~apx; display: none !important;"
8686
(car *completion-menu-size*)
8787
(cadr *completion-menu-size*))
8888
:buffer ,(id (completion-buffer buffer)))))

0 commit comments

Comments
 (0)