Add comment.

This commit is contained in:
Dermot Duffy
2021-08-27 21:55:34 -07:00
parent eddad1e7a3
commit 79a6c17743
+2 -2
View File
@@ -7,12 +7,12 @@
.frigate-card-viewer {
width: 100%;
max-height: 277px;
max-height: 277px; /* Max Lovelace 16/9 video height */
}
.frigate-card-gallery {
overflow: auto;
max-height: 277px;
max-height: 277px; /* Max Lovelace 16/9 video height */
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
scrollbar-width: none; /* Hide scrollbar: Firefox */
}