diff --git a/cast/src/receiver/layout/hc-lovelace.ts b/cast/src/receiver/layout/hc-lovelace.ts index eacb89caeb..fad09d6329 100644 --- a/cast/src/receiver/layout/hc-lovelace.ts +++ b/cast/src/receiver/layout/hc-lovelace.ts @@ -46,6 +46,7 @@ class HcLovelace extends LitElement { ? html` ` diff --git a/src/panels/lovelace/common/directives/action-handler-directive.ts b/src/panels/lovelace/common/directives/action-handler-directive.ts index 01ec4f6d10..9ff99f7987 100644 --- a/src/panels/lovelace/common/directives/action-handler-directive.ts +++ b/src/panels/lovelace/common/directives/action-handler-directive.ts @@ -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);