From 9ce56203ccd2032e4eb8e8e6eece002168dafdc8 Mon Sep 17 00:00:00 2001 From: Hrishikesh Vaipurkar Date: Wed, 20 Nov 2024 14:24:59 +0100 Subject: [PATCH] Fix: SW-943 LightBox responsive view update --- components/Lightbox/Lightbox.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {