Fix scrolling items in the bottom into view (#26830)

This commit is contained in:
Bram Kragten
2025-09-02 14:57:11 +02:00
committed by GitHub
parent b70d309297
commit 9d55843629
9 changed files with 31 additions and 16 deletions

View File

@@ -218,7 +218,11 @@ export class HaManualScriptEditor extends LitElement {
})}
>
<div class="content-wrapper">
<div class="content">
<div
class="content ${this._sidebarConfig && this.narrow
? "has-bottom-sheet"
: ""}"
>
<slot name="alerts"></slot>
${this._renderContent()}
</div>