You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this package, but am also using the package react-scrollbar for the parent of the Droppable. Problem is that react-scrollbar enforces overflow: hidden on the parent container, so I cannot take advantage of the amazing autoscrolling feature of your package. Can you think of a work-around, i.e. perhaps providing a function to retrieve some positional information that can be used in conjunction with the scrollYTo() function provided by react-scrollbar?
The text was updated successfully, but these errors were encountered:
I think the reason why it sets overflow: hidden on the conatainer is to disable the browsers natural behaviour and implement it's own customisable scrollbar, which programmatically moves the contents of the container. Currently, the contents of the container is my Droppable.
I am using this package, but am also using the package
react-scrollbar
for the parent of the Droppable. Problem is thatreact-scrollbar
enforcesoverflow: hidden
on the parent container, so I cannot take advantage of the amazing autoscrolling feature of your package. Can you think of a work-around, i.e. perhaps providing a function to retrieve some positional information that can be used in conjunction with thescrollYTo()
function provided byreact-scrollbar
?The text was updated successfully, but these errors were encountered: