In react, just add an onScroll listener to the scrollable element, and use event.target in the callback. class Scrollable extends Component { handleScroll = (e) ...
確定! 回上一頁