Custom scroll container
See original GitHub issueThanks for writing jump.js, it has a nice API!
I have a use case where I would like to scroll not the window as a whole, but the contents of a specific div. It would be great if I could configure a custom container element rather than using window
. As far as I can see that’s currently not possible or am I overlooking something?
Issue Analytics
- State:
- Created 7 years ago
- Reactions:22
- Comments:12
Top Results From Across the Web
Custom Scrollbars In CSS - Ahmad Shadeed
Show the scrollbar when it's needed ... Creating a scrollable element is possible by adding a value other than visible to the overflow...
Read more >How To Create a Custom Scrollbar - W3Schools
Learn how to create a custom scrollbar with CSS. Custom Scrollbars. Custom Scrollbar Example. Note: The -webkit-scrollbar is not supported in Firefox or...
Read more >Custom Containers - Examples - ScrollMagic
Custom Containers. One page can have multiple scroll containers. A scroll container can be any element (usually a div though), that has scrolling...
Read more >How to Create a Beautiful Custom ... - DEV Community
1. Setting up the HTML and CSS · 2. Create the Scrollbar Container and Track · 3. Create the Scrollbar Thumb · 4....
Read more >Customize Root Element - React Virtuoso
The React Virtuoso component accepts the standard set of HTML attributes and passes them to the root scrollable DOM div.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any plans for this to land in one of the next versions?
I created a PR too, see #51