fix: Allow 9:16 aspect-ratio gallery to render without a gap in Safari (#1705)

This commit is contained in:
Dermot Duffy
2024-12-02 22:08:54 -08:00
committed by GitHub
parent 9ac6134446
commit 24a6870937
+1 -1
View File
@@ -9,5 +9,5 @@ frigate-card-surround-basic {
// modes, the surround height needs to be limited to something reasonable in // modes, the surround height needs to be limited to something reasonable in
// order for the media filter to still display somewhere the user can // order for the media filter to still display somewhere the user can
// easily/continually access. // easily/continually access.
max-height: 100dvh; max-height: 110dvh;
} }