INN / umbrella-citylimits

CityLimits.org Site
https://citylimits.org
GNU General Public License v2.0
0 stars 2 forks source link

Allow article sidebar to be sticky #159

Closed joshdarby closed 4 years ago

joshdarby commented 4 years ago

Changes

This pull request makes the following changes:

Note that we should probably warn them that they'll need/want to remove some widgets from the sidebar now. position:sticky; doesn't allow you to scroll in the sidebar so you either wait until you're scrolled 100% down the page, or you make the sidebar height less than the viewport height by reducing the number of widgets

Currently with a ton of widgets: ezgif-7-b6f2b755989c

With only 2 widgets: ezgif-7-a6ff435a5b77

Why

For #52

Testing/Questions

Features that this PR affects:

Questions that need to be answered before merging:

Steps to test this PR:

  1. View a post with a sidebar
  2. Scroll, scroll, scroll and make sure the sidebar stays sticky!