The minibuffer sizing doesn't seem to take line-spacing into account.
I use Cocoa emacs and something (not my config) sets line-spacing to 0.1 globally.
However it is set, a non-zero value makes the last minibuffer result partially invisible.
This could also be bug in emacs.

If I locally set line-spacing to 0 in ivy--minibuffer-setup, it works.

This is similar to #161. Maybe window-text-pixel-size could be useful for solving this issue?
The minibuffer sizing doesn't seem to take
line-spacinginto account.I use Cocoa emacs and something (not my config) sets
line-spacingto 0.1 globally.However it is set, a non-zero value makes the last minibuffer result partially invisible.
This could also be bug in emacs.
If I locally set
line-spacingto 0 inivy--minibuffer-setup, it works.This is similar to #161. Maybe
window-text-pixel-sizecould be useful for solving this issue?