ilyashubin / scrollbooster

Enjoyable content drag-to-scroll library
https://ilyashubin.github.io/scrollbooster
MIT License
990 stars 81 forks source link

Drag to scrool whole website #62

Closed grekpg closed 3 years ago

grekpg commented 3 years ago

I try like

new ScrollBooster({
    viewport: $('body')[0],
    scrollMode: 'native',
    textSelection: true,
});

But not work, is possible in this lib ?

grekpg commented 3 years ago

ok it works