mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26: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`
|
||||
<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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user