Add comment.
This commit is contained in:
@@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
.frigate-card-viewer {
|
.frigate-card-viewer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 277px;
|
max-height: 277px; /* Max Lovelace 16/9 video height */
|
||||||
}
|
}
|
||||||
|
|
||||||
.frigate-card-gallery {
|
.frigate-card-gallery {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 277px;
|
max-height: 277px; /* Max Lovelace 16/9 video height */
|
||||||
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
|
-ms-overflow-style: none; /* Hide scrollbar: IE and Edge */
|
||||||
scrollbar-width: none; /* Hide scrollbar: Firefox */
|
scrollbar-width: none; /* Hide scrollbar: Firefox */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user