[Resolved] How to re-create a Fixed scrollable full height s-bar similar to Google Docs

Home Forums Support [Resolved] How to re-create a Fixed scrollable full height s-bar similar to Google Docs

Home Forums Support How to re-create a Fixed scrollable full height s-bar similar to Google Docs

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2239817
    Alexander

    This is a continuation of the original topic #1130434 from 2020, that I believe went unresolved.

    I need a scrollable fixed (the fixed part is solved, I just need to make it scrollable) sidebar to use with a single widget – Table of Contents as a page contents summary. A good example of this kind of sidebar would be a Google Docs template. Here are some links and screenshots to help you understand my point better:

    #2239821
    Fernando
    Customer Support

    Hi Alexander,

    Here is a CSS you may try adding in Appearance > Customize > Additional CSS:

    aside#ezw_tco-6 nav {
        height: 60vh;
        overflow-y: auto;
    }

    There’s a script altering the position of the TOC when it reaches the bottom though. You’ll need to remove/disable that probably.

    Hope this helps!

    #2239823
    Alexander

    Wow, Fernando! You got it!
    So quick too.
    I just changed the height to 90vh and I’m satisfied with it.

    Thanks a lot, guys. Keep up the great work! I’m closing the ticket

    #2239824
    Fernando
    Customer Support

    You’re welcome Alexander!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.