From f30d14ba0168dc6b992ba33ede93aae0954e14f0 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Sun, 22 Aug 2021 08:51:21 -0700 Subject: [PATCH] Safari does not support CSS aspect-ratio yet. --- src/frigate-hass-card.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frigate-hass-card.scss b/src/frigate-hass-card.scss index 035ee9e7..ec7dd2ce 100644 --- a/src/frigate-hass-card.scss +++ b/src/frigate-hass-card.scss @@ -14,6 +14,7 @@ aspect-ratio: 16 / 9; -ms-overflow-style: none; /* Hide scrollbar: IE and Edge */ scrollbar-width: none; /* Hide scrollbar: Firefox */ + max-height: 277px; /* Safari does not support aspect-ratio yet */ } /* Hide scrollbar for Chrome, Safari and Opera */