Fix: SW-943 LightBox responsive view update

This commit is contained in:
Hrishikesh Vaipurkar
2024-11-20 14:24:59 +01:00
parent 2f0ffc9652
commit 9ce56203cc

View File

@@ -227,7 +227,7 @@
.galleryContent {
width: 1090px;
height: 725px;
height: min(725px, 85dvh);
}
.fullViewContent {