Fix image lightbox height
authorAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 21 Aug 2022 03:03:47 +0000 (08:33 +0530)
committerAjay Bura <32841439+ajbura@users.noreply.github.com>
Sun, 21 Aug 2022 03:03:47 +0000 (08:33 +0530)
src/app/molecules/image-lightbox/ImageLightbox.scss

index 05520c86ca3cc86a1dff597680a034376e35b65d..201fc91c982272679907617c79ba0e7c441aa8f9 100644 (file)
@@ -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);