Thread Locked This thread is locked - replies are not allowed.


This question is answered. Helpful answers available: 1. Correct answers available: 1.


Permlink Replies: 2 - Pages: 1 - Last Post: 7 Sep 23, 13:49 Last Post By: jeffkolker
jeffkolker

Posts: 84
Registered: 27-Feb-2021
Sidebar not scrolling
Posted: 7 Sep 23, 12:41
 
Hello!

With the previous versions, the sidebar could be scrolled somewhat independently of the rest of the page. With the latest version (5.2.1) it seems to be stuck. On a long page (Main Page) you can't see the full sidebar until you get to the bottom of the page. Before, I could slide the Sidebar up and down while not moving the rest of the page.

"Sticky" is checked. The only thing that changed is I downloaded the 5.2.1 update, upgrading from 5.2.

Thanks for all your help!
Jeff
Laza

Posts: 1,511
Registered: 6-Sep-2005
Re: Sidebar not scrolling
Posted: 7 Sep 23, 13:31   in response to: jeffkolker in response to: jeffkolker
Helpful
I must admit, I hated this nested scrolling area. This is something we always want to avoid in web design. To make it scrolling again insert this code in the Settings / Photoblogger / Advanced / Custom code / CSS box:
@media screen and (min-width: 640px) {
    .main > .cont.sticky-sidebar > .sidebar {
        max-height: 100vh;
        overflow-y: auto;
    }
}
jeffkolker

Posts: 84
Registered: 27-Feb-2021
Re: Sidebar not scrolling
Posted: 7 Sep 23, 13:48   in response to: Laza in response to: Laza
 
Thank you. :)

Edited by: jeffkolker on 7 Sep 2023, 06:49
Legend
Forum admins
Helpful Answer
Correct Answer

Point your RSS reader here for a feed of the latest messages in all forums