My Tailwind-built page currently has a table in the bottom left corner that is overflowing, and I would like it to adjust its size to fit the available space and scroll from there.
I want it to fit snugly in the bottom left corner of the browser viewport (as indicated by the dotted box). The two panels on the left are enclosed within the red div.
https://i.sstatic.net/PVOoo.png
How can I prevent the bottom left panel from overflowing below the browser viewport?