Issue
When ivy-fixed-minibuffer-height is enabled and a completion uses ivy-display-function-overlay as its ivy-display-function, the minibuffer's height is set to ivy-height (plus 0 or 1) in ivy--minibuffer-setup, as seen in the following two screenshots:


Questions
- Does this behaviour ever make sense, or should
ivy-fixed-minibuffer-height and ivy-display-function-overlay be mutually exclusive?
- Is there a way to customise this behaviour without having to advise or modify
ivy--minibuffer-setup?
Issue
When
ivy-fixed-minibuffer-heightis enabled and a completion usesivy-display-function-overlayas itsivy-display-function, the minibuffer's height is set toivy-height(plus 0 or 1) inivy--minibuffer-setup, as seen in the following two screenshots:Questions
ivy-fixed-minibuffer-heightandivy-display-function-overlaybe mutually exclusive?ivy--minibuffer-setup?