Fix image lightbox height

This commit is contained in:
Ajay Bura 2022-08-21 08:33:47 +05:30
parent 984fad811c
commit 715e6648ae

View file

@ -38,7 +38,7 @@
.image-lightbox__content { .image-lightbox__content {
display: flex; display: flex;
justify-content: center; justify-content: center;
max-height: 90vh; max-height: 80vh;
& img { & img {
background-color: var(--bg-surface-low); background-color: var(--bg-surface-low);