score:1

Accepted answer

have a div wrapping the content and remove overflow from

<flex>
  <div style={{ overflow:y "scroll", height: "100vh" }}>
   ...
   ...
   ...
  </div>
</flex>

Related Query

More Query from same tag