Merge pull request #52 from dermotduffy/safari

Fix gallery scrolling in Safari
This commit is contained in:
Dermot Duffy
2021-09-05 10:51:05 -07:00
committed by GitHub
+1
View File
@@ -7,6 +7,7 @@
max-height: 277px; /* Max Lovelace 16/9 video height */ max-height: 277px; /* Max Lovelace 16/9 video height */
height: 100%; height: 100%;
aspect-ratio: 16 / 9; aspect-ratio: 16 / 9;
overflow: auto;
} }
.frigate-card-viewer { .frigate-card-viewer {