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);