From e1bda9b57dbf7d8ae98d3eab519cc624f912b4ac Mon Sep 17 00:00:00 2001 From: karwosts <32912880+karwosts@users.noreply.github.com> Date: Tue, 28 Jan 2025 06:13:19 -0800 Subject: [PATCH] Use fixed positioning for ha-form-multi_select (#23781) --- src/components/ha-form/ha-form-multi_select.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ha-form/ha-form-multi_select.ts b/src/components/ha-form/ha-form-multi_select.ts index 790f437446..e0f050af20 100644 --- a/src/components/ha-form/ha-form-multi_select.ts +++ b/src/components/ha-form/ha-form-multi_select.ts @@ -79,6 +79,7 @@ export class HaFormMultiSelect extends LitElement implements HaFormElement { .disabled=${this.disabled} @opening=${this._handleOpen} @closing=${this._handleClose} + positioning="fixed" >