So I'm using a Flex Box that is scrollable, and I am using flex-direction: column-reverse to render my items. When I scroll to the top it goes towards negative values, compared to if I used column it would go to 0 and I can compare when I've scrolled to the top. How can I detect it with column-reverse?