Hi there,
I have a flex layout with a following configuration:
-----------
| 1 | 2 |
-----------
| 3 | Grid |
-----------
I'd like a Grid to have an auto height (depends on the free space) with scrollbar showing, but I cannot reach such setup. Here is example:
https://stackblitz.com/edit/react-kgfbgg-bt4gpa?file=app%2Fmain.jsx
Even though the Grid has a scrollbar there is also scrollbar on entire page I would like to get rid of.
Thanks in advance!