Skip to content

Commit

Permalink
fix(ui5-textarea): prevent page height from growing on large input (#…
Browse files Browse the repository at this point in the history
…8118)

* fix(ui5-textarea): fix growing page height

issue #8082
  • Loading branch information
ndeshev authored and ilhan007 committed Jan 19, 2024
1 parent f34e11e commit 9b8ab44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/main/src/themes/TextArea.css
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9b8ab44

Please sign in to comment.