1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-02-15 07:25:54 +00:00

Fix scrolling for labs page (#29287)

This commit is contained in:
Aidan Timson
2026-01-30 16:41:40 +00:00
committed by Bram Kragten
parent 4d723dac37
commit acc4a84fc9

View File

@@ -393,6 +393,7 @@ class HaConfigLabs extends SubscribeMixin(LitElement) {
css`
:host {
display: block;
height: 100%;
}
a[slot="toolbar-icon"] {
@@ -403,7 +404,6 @@ class HaConfigLabs extends SubscribeMixin(LitElement) {
max-width: 800px;
margin: 0 auto;
padding: var(--ha-space-4);
min-height: calc(100vh - 64px);
display: flex;
flex-direction: column;
}