developer-tools-statistics: fix height of ha-data-table to avoid a double scrollbar (#24226)

height fix
This commit is contained in:
ildar170975 2025-02-14 11:30:46 +03:00 committed by GitHub
parent b16f82cedb
commit 65b6a3c6a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -706,7 +706,7 @@ class HaPanelDevStatistics extends KeyboardShortcutMixin(LitElement) {
--data-table-border-width: 0;
}
:host(:not([narrow])) ha-data-table {
height: calc(100vh - 1px - var(--header-height));
height: calc(100vh - 1px - var(--header-height) - 48px);
display: block;
}