react-free-scrollbar icon indicating copy to clipboard operation
react-free-scrollbar copied to clipboard

Start on bottom ?

Open artsx opened this issue 8 years ago • 2 comments

Hello, Is possible < FreeScrollBar /> will start (load) in bottom position? To manage conversations, chat, channel etc..

Best regards,

artsx avatar Nov 07 '16 10:11 artsx

Thank you for the question. Just added a new option "start" here. Use something like start: 'bottom';

fuermosi777 avatar Nov 07 '16 23:11 fuermosi777

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 :
screen shot 2016-11-08 at 11 10 16

When I scroll it appear, but not position bottom:
screen shot 2016-11-08 at 11 10 26

artsx avatar Nov 08 '16 10:11 artsx