1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 12:49:19 +00:00

Fix overflowing content issue in states view (#28009)

This commit is contained in:
Aidan Timson
2025-11-20 12:32:32 +00:00
committed by GitHub
parent 60229ceba0
commit c6091971b6

View File

@@ -245,6 +245,7 @@ class HaPanelDevStateRenderer extends LitElement {
:host([virtualize]) {
display: block;
height: 100%;
overflow: auto;
}
.entities {