From 83e4e1366be6332246fe7bdcc20027cd7bf45632 Mon Sep 17 00:00:00 2001 From: gitcliff Date: Thu, 13 Jun 2024 11:12:31 +0300 Subject: [PATCH] (fix):03:3407 Fix styling of single-page forms in a maximized workspace --- src/form-engine.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/form-engine.scss b/src/form-engine.scss index 5abb5eddf..61df44dc2 100644 --- a/src/form-engine.scss +++ b/src/form-engine.scss @@ -42,7 +42,11 @@ .contentBody { overflow-y: auto; width: inherit; - position: sticky; + position: relative; + flex-grow: 1; + display: flex; + flex-direction: column; + justify-content: flex-start; } .minifiedButtons {