From 554b370f79542a510caa3d7e128d54dc8e053ed0 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Thu, 20 Apr 2023 17:57:09 +0200 Subject: [PATCH] style: attempt to fix wish details height --- src/assets/css/wish.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/assets/css/wish.css b/src/assets/css/wish.css index 29d1a796..c7f23531 100644 --- a/src/assets/css/wish.css +++ b/src/assets/css/wish.css @@ -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 */