From 4303982b270386e668bc014552309d298df18cdf Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 5 Sep 2021 10:43:02 -0700 Subject: [PATCH] Don't force scroll. --- src/frigate-hass-card.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frigate-hass-card.scss b/src/frigate-hass-card.scss index fe7f96e5..859c9908 100644 --- a/src/frigate-hass-card.scss +++ b/src/frigate-hass-card.scss @@ -18,7 +18,7 @@ } .frigate-card-gallery { - overflow: scroll; + overflow: auto; -ms-overflow-style: none; /* Hide scrollbar: IE and Edge */ scrollbar-width: none; /* Hide scrollbar: Firefox */