Scroll Bars in Containers

I have an Inventory Search/Modify screen. I am trying to make it so that no matter what size the screen is, only the Table will get scroll bars while the Search bar and buttons to the right remain the same size.

Is there a way to achieve this?

Have you tried nesting flex containers. Create a flex container for the table and buttons. Set it to row. Inside that container have 2 more flex containers. Set the one with the buttons to column . Then put your table in the other flex container. I’m not sure on the shrink and grow but you will have to play around with that depending what you want it to do.