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:
committed by
Bram Kragten
parent
4d723dac37
commit
acc4a84fc9
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user