From 247705d583db1dc91c416fc4b2c4c16ad28c556b Mon Sep 17 00:00:00 2001 From: Jan Slifka Date: Fri, 30 Sep 2022 09:49:04 +0200 Subject: [PATCH] Fix scrollbar in project migration --- engine-wizard/scss/modules/Questionnaires/_Migration.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/engine-wizard/scss/modules/Questionnaires/_Migration.scss b/engine-wizard/scss/modules/Questionnaires/_Migration.scss index 3bb1b9041..716cd2b75 100644 --- a/engine-wizard/scss/modules/Questionnaires/_Migration.scss +++ b/engine-wizard/scss/modules/Questionnaires/_Migration.scss @@ -82,6 +82,7 @@ $migration-header-height: 100px; height: 100%; display: flex; flex-direction: column; + overflow: hidden; .change-view { flex: 0 0 50px;