From 91f9cebadbd56c1944314d904ca3417714c247ff Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Mon, 12 May 2025 13:25:32 +0000 Subject: [PATCH] Merged in fix/SW-2669 (pull request #2047) fix(SW-2669): replace % height with dvh to handle iOS address bar * fix(SW-2669): replace % height with dvh to handle iOS address bar Approved-by: Tobias Johansson Approved-by: Erik Tiekstra --- .../components/TempDesignSystem/SidePeek/sidePeek.module.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css b/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css index 8922835e5..eb19a2013 100644 --- a/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css +++ b/apps/scandic-web/components/TempDesignSystem/SidePeek/sidePeek.module.css @@ -57,9 +57,10 @@ } .sidePeek { + position: relative; display: grid; grid-template-rows: min-content auto; - height: 100%; + height: 100dvh; } .header {