Target component between Scroller and List #721
Unanswered
cgarrovillo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Looking at the DOM elements, there is an element between the Scroller and the List components:
It's parent is the Scroller, child as List. How do I target this element specifically? I need to target it to achieve a custom implementation of reverse-scrolling; specifically altering the flex-direction of specific parent components.
Beta Was this translation helpful? Give feedback.
All reactions