We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 942d264 commit 0b76109Copy full SHA for 0b76109
src/panels/config/automation/trigger/types/ha-automation-trigger-webhook.ts
@@ -125,7 +125,7 @@ export class HaWebhookTrigger extends LitElement {
125
.path=${mdiContentCopy}
126
></ha-icon-button>
127
</ha-textfield>
128
- <ha-button-menu multi @closed=${stopPropagation}>
+ <ha-button-menu multi @closed=${stopPropagation} fixed>
129
<ha-icon-button
130
slot="trigger"
131
.label=${this.hass!.localize(
0 commit comments