diff --git a/packages/survey-creator-core/src/components/tabs/translation.scss b/packages/survey-creator-core/src/components/tabs/translation.scss index 41a4d1699e..cec3a391cc 100644 --- a/packages/survey-creator-core/src/components/tabs/translation.scss +++ b/packages/survey-creator-core/src/components/tabs/translation.scss @@ -114,6 +114,10 @@ .st-root-modern { width: 100%; + height: fit-content; + max-height: 100%; + overflow-y: auto; + background-color: var(--ctr-string-table-background-color, $background-dim); } .st-title.st-panel__title, diff --git a/visualRegressionTests-V2/tests/designer/etalons/translation-tab-show-all-strings.png b/visualRegressionTests-V2/tests/designer/etalons/translation-tab-show-all-strings.png index 1b153f8f54..8838a5e727 100644 Binary files a/visualRegressionTests-V2/tests/designer/etalons/translation-tab-show-all-strings.png and b/visualRegressionTests-V2/tests/designer/etalons/translation-tab-show-all-strings.png differ