Skip to content

Commit

Permalink
Use fixed positioning for ha-form-multi_select (#23781)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Jan 28, 2025
1 parent 89e9316 commit e1bda9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ha-form/ha-form-multi_select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1bda9b

Please sign in to comment.