diff --git a/src/dialogs/more-info/controls/more-info-update.ts b/src/dialogs/more-info/controls/more-info-update.ts
index 56dc50dee9..1829325fc7 100644
--- a/src/dialogs/more-info/controls/more-info-update.ts
+++ b/src/dialogs/more-info/controls/more-info-update.ts
@@ -126,7 +126,6 @@ class MoreInfoUpdate extends LitElement {
>
`
: ""}
-
${this.stateObj.attributes.auto_update
? ""
@@ -240,10 +239,20 @@ class MoreInfoUpdate extends LitElement {
justify-content: space-between;
}
.actions {
+ border-top: 1px solid var(--divider-color);
+ background: var(
+ --ha-dialog-surface-background,
+ var(--mdc-theme-surface, #fff)
+ );
margin: 8px 0 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
+ position: sticky;
+ bottom: 0;
+ padding: 12px 0;
+ margin-bottom: -24px;
+ z-index: 1;
}
.actions mwc-button {