Apply fix #53. Thank you @andrewdolphin!

This commit is contained in:
Thomas Lovén 2019-06-25 20:11:38 +02:00
parent 1e92389fae
commit f63ff349ec
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@
max-height: 0; max-height: 0;
} }
#items[open] { #items[open] {
overflow: none; overflow: visible;
max-height: none; max-height: none;
} }
ha-icon { ha-icon {

View File

@ -124,7 +124,7 @@ class FoldEntityRow extends LitElement {
max-height: 0; max-height: 0;
} }
#items[open] { #items[open] {
overflow: none; overflow: visible;
max-height: none; max-height: none;
} }
ha-icon { ha-icon {