souhe / reactScrollbar

Scrollbar component for React
MIT License
466 stars 137 forks source link

Scrollbar height #100

Open sAs59 opened 7 years ago

sAs59 commented 7 years ago

Is it possible to change scrollbar height?

joetidee commented 6 years ago

You can use the following to change the height of the <ScrollArea>, but the scrollbar height cannot be changed independently:

style={{
            height: '100%',
        }}