I now the sidebar scrolls when the window is smaller than its content, but I want to stop this behavior.
When using the single page portfolio, I want the side bar to never scroll regardless of how small the window is.
How does one go about doing this?
Stop sidebar from scrolliing
3 posts from 2 voices-
Posted 1 year ago #
-
Nevermind! I got it working with .sidebar {position: fixed !important;}
This business of having to add !important to everything in the custom style sheet is bad. It sort of defeats the purpose of
having a custom style sheet.Posted 1 year ago # -
I'm glad you've figured it out :)
Sometimes the !important is needed to overwrite standard settings that are already set as important, it's indeed a bit strange. As you've noted this defeats the purpose of the custom.css a little, though this "important" setting doesn't count for every element.Posted 1 year ago #
Reply
You must log in to post.














