diff --git a/components/Lightbox/Lightbox.module.css b/components/Lightbox/Lightbox.module.css index 4c62a90dc..80901eabd 100644 --- a/components/Lightbox/Lightbox.module.css +++ b/components/Lightbox/Lightbox.module.css @@ -227,7 +227,7 @@ .galleryContent { width: 1090px; - height: 725px; + height: min(725px, 85dvh); } .fullViewContent {