Skip to content

Commit

Permalink
Fix mushroom select in stack in card (#1401)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Apr 3, 2024
1 parent 61668ec commit 407ece1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cards/select-card/controls/select-option-control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class SelectOptionControl extends LitElement {
@closed=${(e) => e.stopPropagation()}
.value=${value ?? ""}
naturalMenuWidth
fixedMenuPosition
>
${options.map((option) => {
return html`
Expand Down

0 comments on commit 407ece1

Please sign in to comment.