Skip to content

Commit

Permalink
fix completion menu flicker
Browse files Browse the repository at this point in the history
  • Loading branch information
kchanqvq committed Nov 29, 2024
1 parent e6f03da commit a9664a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modes/completion.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Should be a list of the form (WIDTH HEIGHT)")
main
(dom `(:div :class "content completion-menu float autohide"
:style
,(format nil "position: absolute; width: ~apx; height: ~apx; display: none;"
,(format nil "position: absolute; width: ~apx; height: ~apx; display: none !important;"
(car *completion-menu-size*)
(cadr *completion-menu-size*))
:buffer ,(id (completion-buffer buffer)))))
Expand Down

0 comments on commit a9664a4

Please sign in to comment.