Set the height of <div> based on the height of another <div> through css
I have two divs: a div with a Text Field and a div with a long list of items. My use case is to keep the search box (text field) at the top while the listContainer div can scroll if…