I've spent quite some time searching for a way to achieve the layout displayed in the linked image, but I haven't been successful in finding exactly what I need. https://i.sstatic.net/6xOql.png
My goal is to create a responsive layout that includes a datagrid (ui-grid) within its content panel. As the window size changes, I want the grid to resize accordingly - meaning the grid's scrollbar adjusts, while I don't want any scrollbar on the actual content panel where the datagrid is located. Is this even possible? It feels like trying to find the holy grail of layouts, except I specifically do not want the content div to be scrollable, only the datagrid itself. I've attempted using Flexbox without much success - any helpful resources or links would be greatly appreciated.
Thank you