abouolia / sticky-sidebar

😎 Pure JavaScript tool for making smart and high performance sticky sidebar.
https://abouolia.github.io/sticky-sidebar/
MIT License
2.23k stars 487 forks source link

How to disable sticky sidebar on small devices? #126

Closed ghost closed 3 years ago

ghost commented 3 years ago

Anyone help me to disable this sticky sidebar on mobile devices?

hetramjanghu commented 3 years ago

you can use minWidth option

ghost commented 3 years ago

Perfect! I used this code, now it's working perfect.

var sidebar = new StickySidebar('#right-sidebar', {
    topSpacing: 120,
    bottomSpacing: 20,
    containerSelector: '#page-wrapper',
    innerWrapperSelector: '.widget',
    minWidth: 768
});
ghost commented 2 years ago

this is not working for me !