More Safari fixes.

This commit is contained in:
Dermot Duffy
2021-08-22 11:09:08 -07:00
parent f30d14ba01
commit 3cbcdc69fa
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ ha-card {
height: 100%;
position: relative;
background-color: var(--secondary-background-color, black);
transform-style: preserve-3d; /* Safari brings video elements forward without this */
}
/* Don't drop shadow or have radius for nested cards: webrtc */
+1
View File
@@ -651,6 +651,7 @@ export class FrigateCard extends LitElement {
class="frigate-card-viewer"
muted
controls
playsinline
@play=${() => {
this._clipPlaying = true;
}}