From 393984c7819a0114cefa0c3630369d995913e679 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Fri, 6 Sep 2024 11:08:20 +0200 Subject: [PATCH] fix(SW-337): remove max width and height for full view container --- components/Lightbox/Lightbox.module.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/Lightbox/Lightbox.module.css b/components/Lightbox/Lightbox.module.css index 32ac85123..4dfd10a25 100644 --- a/components/Lightbox/Lightbox.module.css +++ b/components/Lightbox/Lightbox.module.css @@ -190,8 +190,6 @@ .fullViewContent { width: 100vw; height: 100vh; - max-width: 1512px; - max-height: 982px; } .galleryContainer {