Fix gallery scrolling in Safari

This commit is contained in:
Dermot Duffy
2021-09-05 10:33:09 -07:00
parent f50155d147
commit 9d26c22776
+2 -1
View File
@@ -7,6 +7,7 @@
max-height: 277px; /* Max Lovelace 16/9 video height */
height: 100%;
aspect-ratio: 16 / 9;
overflow: auto;
}
.frigate-card-viewer {
@@ -17,7 +18,7 @@
}
.frigate-card-gallery {
overflow: auto;
overflow: scroll;
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
scrollbar-width: none; /* Hide scrollbar: Firefox */