Okay
  Public Ticket #2513652
Scrolling text-box
Closed

Comments

  •  1
    Peter started the conversation

    I sought to make a height-limited textbox with a scroller inside it to match the design. However, I cannot find any plug-ins nor elements provided by you. But I believe it MUST be quite simple and straight forward hence you see it all over the internet. Have I overseen some tool or how do I achieve this?


    Thanks,

    Peter

  •  2,965
    Andrew replied

    Hi Peter,

    There is no such element available. 

    Add text block element and try the following custom css:

    .wpb_content_element .wpb_wrapper {
        height: 100px;
        overflow: auto;
    }
    

    9877603774.png


    Kind regards.