From 24a68709374a4fa194b30aeec3ad738d15f06236 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 2 Dec 2024 22:08:54 -0800 Subject: [PATCH] fix: Allow `9:16` aspect-ratio gallery to render without a gap in Safari (#1705) --- src/scss/gallery.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scss/gallery.scss b/src/scss/gallery.scss index 958bf332..b650673d 100644 --- a/src/scss/gallery.scss +++ b/src/scss/gallery.scss @@ -9,5 +9,5 @@ frigate-card-surround-basic { // modes, the surround height needs to be limited to something reasonable in // order for the media filter to still display somewhere the user can // easily/continually access. - max-height: 100dvh; + max-height: 110dvh; }