diff --git a/fold-entity-row.js b/fold-entity-row.js index f7abe05..8c3cd81 100644 --- a/fold-entity-row.js +++ b/fold-entity-row.js @@ -41,7 +41,7 @@ max-height: 0; } #items[open] { - overflow: none; + overflow: visible; max-height: none; } ha-icon { diff --git a/src/main.js b/src/main.js index e2b3335..4dd7924 100644 --- a/src/main.js +++ b/src/main.js @@ -124,7 +124,7 @@ class FoldEntityRow extends LitElement { max-height: 0; } #items[open] { - overflow: none; + overflow: visible; max-height: none; } ha-icon {