mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +00:00
developer-tools-statistics: fix height of ha-data-table to avoid a double scrollbar (#24226)
height fix
This commit is contained in:
parent
b16f82cedb
commit
65b6a3c6a3
@ -706,7 +706,7 @@ class HaPanelDevStatistics extends KeyboardShortcutMixin(LitElement) {
|
|||||||
--data-table-border-width: 0;
|
--data-table-border-width: 0;
|
||||||
}
|
}
|
||||||
:host(:not([narrow])) ha-data-table {
|
:host(:not([narrow])) ha-data-table {
|
||||||
height: calc(100vh - 1px - var(--header-height));
|
height: calc(100vh - 1px - var(--header-height) - 48px);
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user