Hi everyone,
I am using the TextAnalysis / Spellcheck WebBlock from the forge component OutSystems.AI Language Analysis. But I have run into the issue where when I type several lines of text, the text goes outside the InputWidged instead of adding a scrollbar to it as it normally does. Anyone got a clue why this happens and how to solve it?
I added a screenshot with the issue.
Roemer Cleveringa wrote:
Hi Roemer Cleveringa
Its a simple change u need in css of TextAnalysis / Spellcheck WebBlock from the forge component OutSystems.AI Language Analysis.
SyntaxEditor Code Snippet
.textarea-ph .divMask { position: relative; padding: 10px; top: 0; bottom: 0; left: 0; right: 0; background: white; border: 1px solid #CED4DA; border: 1px solid var(--color-neutral-5); border-radius: 4px; border-radius: var(--space-xs); }
its working
Thank you
soundarya