Site logo

Archived topic

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

3 replies · Started by Alexander on May 31, 2022

Viewing posts 1–4 of 4

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:

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!

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

You’re welcome Alexander!

This archived topic is closed to new replies.