Use fixed positioning for ha-form-multi_select (#23781)

This commit is contained in:
karwosts 2025-01-28 06:13:19 -08:00 committed by GitHub
parent 89e9316a40
commit e1bda9b57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,6 +79,7 @@ export class HaFormMultiSelect extends LitElement implements HaFormElement {
.disabled=${this.disabled} .disabled=${this.disabled}
@opening=${this._handleOpen} @opening=${this._handleOpen}
@closing=${this._handleClose} @closing=${this._handleClose}
positioning="fixed"
> >
<ha-textfield <ha-textfield
slot="trigger" slot="trigger"