Skip to main content
May 13, 2024
Solved

How can I have a readonly paragraph with scroll bar

  • May 13, 2024
  • 2 replies
  • 0 views

I want to have a readonly paragraph field with a scroll bar, so when text is long it can be scrolled within a box rather than displayed all in the page. How can I do?

    Best answer by stefanhelzle0001

    Wrap it into a card layout with a fixed height.

    2 replies

    stefanhelzle0001
    Brainy
    May 13, 2024

    Wrap it into a card layout with a fixed height.

    May 13, 2024

    Works, thank you!