style: attempt to fix wish details height

This commit is contained in:
grandeljay 2023-04-20 17:57:09 +02:00
parent d9d11443c0
commit 554b370f79

View file

@ -6,7 +6,7 @@
flex-direction: column;
justify-content: space-between;
height: 100%;
height: 100dvh;
}
.ui.modal.wish-details.overlay.fullscreen > .content.content.content {
height: 100%;
@ -42,7 +42,7 @@
height: 100%;
}
.ui.modal.wish-details .wish-image .ui.placeholder .image:not(.header):not(.ui):not(.icon) {
height: var(--imageHeight);
height: var(--imageHeight);
}
/** Description */