mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06:42 +00:00
Fix cast panel view (#5488)
This commit is contained in:
parent
b17074d68b
commit
5f3a6740c1
@ -46,6 +46,7 @@ class HcLovelace extends LitElement {
|
|||||||
? html`
|
? html`
|
||||||
<hui-panel-view
|
<hui-panel-view
|
||||||
.hass=${this.hass}
|
.hass=${this.hass}
|
||||||
|
.lovelace=${lovelace}
|
||||||
.config=${this.lovelaceConfig.views[index]}
|
.config=${this.lovelaceConfig.views[index]}
|
||||||
></hui-panel-view>
|
></hui-panel-view>
|
||||||
`
|
`
|
||||||
|
@ -46,6 +46,7 @@ class ActionHandler extends HTMLElement implements ActionHandler {
|
|||||||
height: isTouch ? "100px" : "50px",
|
height: isTouch ? "100px" : "50px",
|
||||||
transform: "translate(-50%, -50%)",
|
transform: "translate(-50%, -50%)",
|
||||||
pointerEvents: "none",
|
pointerEvents: "none",
|
||||||
|
zIndex: "999",
|
||||||
});
|
});
|
||||||
|
|
||||||
this.appendChild(this.ripple);
|
this.appendChild(this.ripple);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user