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 committed Jan 18, 2024
1 parent 1a4ba45 commit 7a819c8
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 7a819c8

Please sign in to comment.