Skip to content

Commit 0b76109

Browse files
authored
Fix Webhook Trigger doesn't display correctly (#26982)
Webhook
1 parent 942d264 commit 0b76109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class HaWebhookTrigger extends LitElement {
125125
.path=${mdiContentCopy}
126126
></ha-icon-button>
127127
</ha-textfield>
128-
<ha-button-menu multi @closed=${stopPropagation}>
128+
<ha-button-menu multi @closed=${stopPropagation} fixed>
129129
<ha-icon-button
130130
slot="trigger"
131131
.label=${this.hass!.localize(

0 commit comments

Comments
 (0)