Fix expanded mode / fullscreen interactions.

This commit is contained in:
Dermot Duffy
2023-04-01 17:03:16 -07:00
parent d9aeeae9ed
commit fe2abfad86
2 changed files with 21 additions and 6 deletions
+4
View File
@@ -184,4 +184,8 @@ web-dialog {
web-dialog::part(dialog) {
aspect-ratio: var(--frigate-card-expand-aspect-ratio);
// Fixes to render the dialog correctly in Safari.
border-radius: 0px;
background: transparent;
}