Skip to content
#

scrollbar

Here are 167 public repositories matching this topic...

jooleeanh
jooleeanh commented Oct 27, 2017

I couldn't find any documentation on how to increase the touch area of the DragScrollBar (it's pretty hard to catch it unless you make it pretty fat).

In the end, I've found a work around and thought I'd leave it here in case anyone was looking to do the same and would be looking here. Maybe add to the documentation ?

You can increase the touch zone by simultaneously increasing:
`app:msb_ba

workinprogresz
workinprogresz commented Apr 21, 2020

I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like
thumbYProps={{ renderer: props => { const { elementRef, ...restProps } = props; return <span {...restProps} ref={elementRef} className="tHuMbY" />; } }}
But in the code [examples](https://github.

sli
sli commented May 7, 2018

When using the library and the tab is visible, the height CSS rule increases at about 1000 pixels per second, as long as the page is in view. Switching tabs stops this behavior, and the behavior resumes when switching back. This happens for all instance on the page. I've included a screenshot of two instances updating, and the relevant code attached to the event that's doing it.

![image](https:

aprilmintacpineda
aprilmintacpineda commented Feb 25, 2017
  • React@15.4.2
  • React-Scrollbar-js@1.0.1
Warning: This synthetic event is reused for performance reasons. If you're seeing this, you're accessing the property `shiftKey` on a released/nullified synthetic event. This is set to null. If you must keep the original synthetic event around, use event.persist(). See https://fb.me/react-event-pooling for more information.
import Rea

Improve this page

Add a description, image, and links to the scrollbar topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scrollbar topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.