Apply fix #53. Thank you @andrewdolphin!
This commit is contained in:
parent
1e92389fae
commit
f63ff349ec
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user