From e2202c2417248bba9de8f1507e998f3c8eaf2be1 Mon Sep 17 00:00:00 2001 From: arc-alex Date: Fri, 10 Oct 2025 18:05:37 +0200 Subject: [PATCH] fix: dynamic full hight for mobile view param editor --- .../components/view-params-editor/ViewParamsEditor.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/client/src/common/components/view-params-editor/ViewParamsEditor.module.scss b/apps/client/src/common/components/view-params-editor/ViewParamsEditor.module.scss index 2b6f4d7d8..4cb5a43e6 100644 --- a/apps/client/src/common/components/view-params-editor/ViewParamsEditor.module.scss +++ b/apps/client/src/common/components/view-params-editor/ViewParamsEditor.module.scss @@ -30,6 +30,7 @@ width: 40rem; max-width: 100vw; height: 100vh; + height: 100dvh; display: flex; flex-direction: column;