We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60229ce commit c609197Copy full SHA for c609197
src/panels/developer-tools/state/developer-tools-state-renderer.ts
@@ -61,7 +61,7 @@ class HaPanelDevStateRenderer extends LitElement {
61
protected render() {
62
const showAttributes = !this.narrow && this.showAttributes;
63
return html`
64
- <div
+ <div
65
class=${classMap({ entities: true, "hide-attributes": !showAttributes })}
66
role="table"
67
>
@@ -245,6 +245,7 @@ class HaPanelDevStateRenderer extends LitElement {
245
:host([virtualize]) {
246
display: block;
247
height: 100%;
248
+ overflow: auto;
249
}
250
251
.entities {
0 commit comments