I have a DropDown component. Currently, on click, the list will open on the bottom of the input box to the max height of 200px.
The problem is that if the input box is at the bottom of the page, the list will go down the screen and needs to scroll to be seen. I want the list to open on top of the input box if there is not enough space at the bottom of the box and the bottom of the screen.
the problem :
the desired result:


