From 79a6c1774345f8017119cd4e375d2039c49c1f53 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Fri, 27 Aug 2021 21:55:34 -0700 Subject: [PATCH] Add comment. --- src/frigate-hass-card.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frigate-hass-card.scss b/src/frigate-hass-card.scss index af0f16c7..c8d3bff4 100644 --- a/src/frigate-hass-card.scss +++ b/src/frigate-hass-card.scss @@ -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 */ }