Fix gallery scrolling in Safari
This commit is contained in:
@@ -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 {
|
||||||
@@ -17,7 +18,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.frigate-card-gallery {
|
.frigate-card-gallery {
|
||||||
overflow: auto;
|
overflow: scroll;
|
||||||
-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