donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
258 stars 32 forks source link

No Scroll, don't know what i'm doing wrong! #68

Closed AndreFelipeMM closed 3 years ago

AndreFelipeMM commented 4 years ago

Hey! I'm using your vuedragscroll on one of my apps and it's working fine if i put the directive on the div with id="frame" but not on div with id="app", why? Can you help?

I wanted the dragscroll to work on the whole page and not just the #frame div

Here's a print of my code

image

And i attached the script; App.zip