• Resolved dhyanakendra

    (@dhyanakendra)


    Hi Onur
    I want to have scrollable text inside Kioken Blocks for lengthy blog posts wherein the word count is 1500+ words. I am able to do the same with the classic editor using HTML and CSS for styling:
    <div class= ” scroll-box”
    TEXT HERE
    </div>

    Could you please let me know how to do the same using Kioken Blocks?

    Warmest Regards
    BM

Viewing 1 replies (of 1 total)
  • Plugin Author Scott Jr

    (@sj_o)

    Hi BM,

    What you’re asking seems like custom coding, rather than we can provide as a feature (it’s too specific).

    I can only give you the basis of the methods for it:

    You would need to overflow-y:scroll in the CSS to the parent element so that anything inside it scrolls up and down (and maybe provide a specific height or max-heigh to the parent element of your choice to the parent element).

    I hope this helps!
    Onur

    • This reply was modified 6 years, 9 months ago by Scott Jr.
    • This reply was modified 6 years, 9 months ago by Scott Jr.
    • This reply was modified 6 years, 9 months ago by Scott Jr.
Viewing 1 replies (of 1 total)

The topic ‘Scrollable text inside a block’ is closed to new replies.