mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Fix ha-combo-box open direction (#16119)
This commit is contained in:
parent
10018b4c32
commit
648383addd
@ -244,6 +244,7 @@ export class HaComboBox extends LitElement {
|
||||
);
|
||||
|
||||
if (overlay) {
|
||||
overlay.setAttribute("required-vertical-space", "0");
|
||||
this._removeInert(overlay);
|
||||
}
|
||||
this._observeBody();
|
||||
|
Loading…
x
Reference in New Issue
Block a user