1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-05-08 17:28:46 +01:00

Fix cast panel view (#5488)

This commit is contained in:
Bram Kragten
2020-04-08 12:36:52 +02:00
committed by GitHub
parent 4388d82076
commit 7ddfe3c80b
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -46,6 +46,7 @@ class HcLovelace extends LitElement {
? html`
<hui-panel-view
.hass=${this.hass}
.lovelace=${lovelace}
.config=${this.lovelaceConfig.views[index]}
></hui-panel-view>
`
@@ -46,6 +46,7 @@ class ActionHandler extends HTMLElement implements ActionHandler {
height: isTouch ? "100px" : "50px",
transform: "translate(-50%, -50%)",
pointerEvents: "none",
zIndex: "999",
});
this.appendChild(this.ripple);