Fix image lightbox height
This commit is contained in:
parent
984fad811c
commit
715e6648ae
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue