Try adding overflow-y: scroll; on the middle component. const items = [...Array(100)].map((val, i) => `Item ${i}`); const App = () => ( <div ...
確定! 回上一頁