dragscroll icon indicating copy to clipboard operation
dragscroll copied to clipboard

micro library for drag-n-drop scrolling style

Results 38 dragscroll issues
Sort by recently updated
recently updated
newest added

- Add small threshold to begin dragging - Don't propagate clicks to scrolled element after movement has reached threshold - Useful if you are scrolling something with lots of links...

well, sorry if its a dumb thing/question. im a noob. so im triyn to use the dragscroll with "overflow:visible" element and dosent work.. when i use "overflow: auto" works perfectly....

Thank you asvd for the script. Is there a way to select text with Dragscroll enabled ?

I used dragscroll with svg-Files and there are some annoying issues: - It's just working with Firefox. I tested it also with Edge and Opera and it didn't work at...

Its usefull in somecases where licenses is needed. fx license-webpack-plugin (See [here](https://github.com/xz64/license-webpack-plugin/issues/77))

`nochilddrag` works great, but it affects every child element, and leaves just an empty space between them working. Is there a way to exclude just a specific element from the...

Hi there, I've implemented "Zoom out" / "Zoom in" buttons with dragscroll modeled off of [this example] (https://stackoverflow.com/questions/47635341/zooming-in-out-an-image-by-clicking-zoom-buttons-javascript) and I'd like to add a third "Reset" button that brings the...

Some tag like INPUT, SELECT and TEXTAREA should not be draggable. Tested on my POS Project. (Chrome on XP POS Edition in NEC POS)

Hi. How to use it in Angular project? Thanks