I am trying to make the text scrollable vertically within this group ‘‘Group AI Interpretation’’. I tried changing the settings to be able to achieve this many times and it’s been impossible for me to solve it. Here I’ve uploaded a few screen-shots for you to see the settings right now of both elements. If anyone helps me achieve this will make my day, because I’ve spend a long time trying to solve it.
I did what you’ve told me (I typed inf) and the problem isn’t fixed yet. I think I know what is the real problem. It’s because of the css rules I added before to the page, which is making the main page not scrollable. So I’ll see if this is the issue.
Like @rpetribu and I said, the group need to have a max height but not the text. After that, this depend of your text.
And yes, any custom CSS could create issue. Why did you add this? If your page is set correctly (and all content in it) you can avoid a scroll bar for your page. Here’s an example where I have a scrollable group for a table but nothing else (including the page) have a scrollbar.
I removed the text max height but the issue remains. It might be because of the css rules. Here is part of what is written on the HTML document:
/* Disables scrollbars globally across desktop, iPad, and mobile viewports */
html, body {
margin: 0 !important;
padding: 0 !important;
min-height: 100% !important;
overflow: hidden !important;
}
What im seeing in the first screenshots. Text element needs to be set fit height to content or break out the bounds and it creates the self contained height to scroll. The group stays fit heigh unchecked and allow scrolling checked. Set minimum and height max. Should solve the issues from what im seeing. you need the text to fit to height . here shots with group setting and text element.