Showing posts with label Scroll Bar. Show all posts
Showing posts with label Scroll Bar. Show all posts

Thursday, November 1, 2012

Scrollbar for Sidebar Posts in Blogger Dynamic Views

Before
After
Yet another Dynamic View template tweak. Sidebar view is one of my favorite templates in Dynamic View. It is the only template in Dynamic View that allows you to view the content of a post while still maintaining the complete list of posts in the sidebar - making blog-post navigation a delightful experience. However, you'd have to use your mouse to scroll up and down to navigate within the sidebar posts. In this tutorial, I'll show you how you can add a scroll bar to conveniently access all your sidebar posts.


Go to Dashboard --> Template --> Customize --> Advanced --> Add CSS --> paste the following code --> Press enter after the last character of the last line } --> Apply to Blog. 
.sidebar #sidebar, .ss{
margin-top: 12px !important;
overflow-y: scroll !important;
}