mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +00:00
Use fixed positioning for ha-form-multi_select (#23781)
This commit is contained in:
parent
89e9316a40
commit
e1bda9b57d
@ -79,6 +79,7 @@ export class HaFormMultiSelect extends LitElement implements HaFormElement {
|
||||
.disabled=${this.disabled}
|
||||
@opening=${this._handleOpen}
|
||||
@closing=${this._handleClose}
|
||||
positioning="fixed"
|
||||
>
|
||||
<ha-textfield
|
||||
slot="trigger"
|
||||
|
Loading…
x
Reference in New Issue
Block a user