diff --git a/packages/main/src/themes/TextArea.css b/packages/main/src/themes/TextArea.css index 6153a233a367..c29961c1fcea 100644 --- a/packages/main/src/themes/TextArea.css +++ b/packages/main/src/themes/TextArea.css @@ -160,6 +160,7 @@ font-size: var(--sapFontSize); font-family: "72override", var(--sapFontFamily); white-space: pre-wrap; + overflow-y: auto; } :host([style*="height"]) .ui5-textarea-root,