Open gregorvoinov opened 2 years ago
It seems that 'scrollbarContainer' option is not necessary for customize scroll bar anymore. If you set 'scrollbarClass' option, scrollbar element with your className would be appended end of body. If don't, scrollbar element with class "c-scrollbar" would be appended end of body.
scrollbarContainer is an object. It must represent an HTML element
Hello 👋
if I add this option
I get this error
this.scrollbarContainer.append is not a function
I'm using
What I want to achieve is to attach the scrollbar inside my mobile app preview container
Thank you 👊