Make text field stretch to accommodate full output

Hi all,

I have a text box that is receiving an output from an LLM query and, if the output is too long, it cuts it off. I want to make the text scrollable so the user can view the full output.

I have tried checking the Allow vertical scrolling when content overflows but it doesn’t work.

I have read that this can be done easily with code with overflow: auto or similar, but I can’t find any way to actually add custom html/css to this element.

FYI, this is my first time ever using Bubble, I’m 100% new to this.

Screenshots below.

Sounds like your text box is in a group / page with “Fixed” layout. Please try to change this to make all parent components responsive and then set you text box layout as “Row / column, etc.” so that it stretches automatically to fit your text instead of setting “Width, Height, X, Y”

Thanks! will give it a shot and see if it works.

This topic was automatically closed after 70 days. New replies are no longer allowed.