mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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) {
|
if (overlay) {
|
||||||
|
overlay.setAttribute("required-vertical-space", "0");
|
||||||
this._removeInert(overlay);
|
this._removeInert(overlay);
|
||||||
}
|
}
|
||||||
this._observeBody();
|
this._observeBody();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user