From 715e6648ae58006ae063936c4c8fce46969db270 Mon Sep 17 00:00:00 2001 From: Ajay Bura <32841439+ajbura@users.noreply.github.com> Date: Sun, 21 Aug 2022 08:33:47 +0530 Subject: [PATCH] Fix image lightbox height --- src/app/molecules/image-lightbox/ImageLightbox.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/molecules/image-lightbox/ImageLightbox.scss b/src/app/molecules/image-lightbox/ImageLightbox.scss index 05520c8..201fc91 100644 --- a/src/app/molecules/image-lightbox/ImageLightbox.scss +++ b/src/app/molecules/image-lightbox/ImageLightbox.scss @@ -38,7 +38,7 @@ .image-lightbox__content { display: flex; justify-content: center; - max-height: 90vh; + max-height: 80vh; & img { background-color: var(--bg-surface-low);