From 54b8282fb4e6f90b984ebb8d5837d33af9fba62d Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 22 Nov 2024 10:58:19 -0500 Subject: [PATCH] CSR-2409 test iOS viewport fix. --- src/styles/common-styles.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index 97e0a072c..32b837dc3 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -10,7 +10,7 @@ body { overflow-x: unset; } &.page-container-grouped-styles { - height: 100vh; + height: 100dvh; display: flex; flex-direction: column; }