Fix ha-combo-box open direction (#16119)

This commit is contained in:
karwosts 2023-05-31 03:55:44 -07:00 committed by GitHub
parent 10018b4c32
commit 648383addd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -244,6 +244,7 @@ export class HaComboBox extends LitElement {
);
if (overlay) {
overlay.setAttribute("required-vertical-space", "0");
this._removeInert(overlay);
}
this._observeBody();