Title: Strange Scroll behavior
Last modified: August 21, 2016

---

# Strange Scroll behavior

 *  Resolved [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/strange-scroll-behavior/)
 * I discovered a strange bug today. I am not sure what it is but it only happens
   with your plugin enable and under some very specific situations. If I have my
   browser window height (yes height not width) set below 1064 but larger than 1018
   then I cannot scroll all the way to the bottom of the page, when I try to it 
   jumps back up about 100 pixels.. As I said very strange! it took a long time 
   to figure out what was going on and define the behavior.
 * This only happens on short pages (pages with out a lot of content).
    See lulusrestaurant.
   com/test/coupon-club/ for an example of the problem.
 * I used an add-on in Chrome called quick resize to test and I also confirmed the
   behavior in Firefox and Internet Explorer as well.
 * Thanks for the great plugin!
 * [http://wordpress.org/extend/plugins/q2w3-fixed-widget/](http://wordpress.org/extend/plugins/q2w3-fixed-widget/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/strange-scroll-behavior/#post-3774025)
 * > This only happens on short pages (pages with out a lot of content).
 * Yes, I know about this problem.
    To fix it you need to set min-height for the
   sidebar.
 * In normal mode your sidebar height = 507px.
    So we need to add this css instruction:
 *     ```
       .left-sidebar #secondary {
         min-height: 507px;
       }
       ```
   
 *  Thread Starter [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/strange-scroll-behavior/#post-3774029)
 * OK, That fixed it.
 * I use a responsive theme so I also added the following to my css.
 *     ```
       @media only screen and (max-width: 765px) {
       .left-sidebar #secondary { min-height: 40px; }
        }
       ```
   
 * That way the responsive stuff still works.
 *  Thread Starter [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * (@masterk)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/strange-scroll-behavior/#post-3774030)
 * Sorry, I forgot to mark this resolved. Thanks for the great plugin and great 
   support!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Strange Scroll behavior’ is closed to new replies.

 * ![](https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479)
 * [Fixed Widget and Sticky Elements for WordPress](https://wordpress.org/plugins/q2w3-fixed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-fixed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-fixed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-fixed-widget/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Michael Aronoff](https://wordpress.org/support/users/masterk/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/strange-scroll-behavior/#post-3774030)
 * Status: resolved