Don't allow viewer/gallery over max 16/9 lovelace height.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
.frigate-card-menu-base {
|
.frigate-card-menu-base {
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
|
overflow: hidden;
|
||||||
/* Menu div itself does not handle click events. Without this, in overlay
|
/* Menu div itself does not handle click events. Without this, in overlay
|
||||||
mode, the menu div prevents clicking on gallery items 'behind' the overlay.
|
mode, the menu div prevents clicking on gallery items 'behind' the overlay.
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
.frigate-card-viewer {
|
.frigate-card-viewer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
max-height: 277px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.frigate-card-gallery {
|
.frigate-card-gallery {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
aspect-ratio: 16 / 9;
|
max-height: 277px;
|
||||||
-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 */
|
||||||
max-height: 277px; /* Safari does not support aspect-ratio yet */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Hide scrollbar for Chrome, Safari and Opera */
|
/* Hide scrollbar for Chrome, Safari and Opera */
|
||||||
|
|||||||
Reference in New Issue
Block a user