react-free-scrollbar
react-free-scrollbar copied to clipboard
Start on bottom ?
Hello,
Is possible < FreeScrollBar />
will start (load) in bottom position?
To manage conversations, chat, channel etc..
Best regards,
Thank you for the question. Just added a new option "start" here. Use something like start: 'bottom'
;
Hello, thx for a new option. I've a problem, after pull your update, the scrollbar not started bottom, I did something wrong? my code :
<FreeScrollBar fixed={true} start={"bottom right"}>
content
</FreeScrollbar>
After loading the thumb of scrollbar not appear :
When I scroll it appear, but not position bottom: