You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similarly to #1385, I'm having an issue where a dropdown will be hidden if it goes outside of the area of its parent (please see screenshot).
The other thread suggested using overflow: visible on the parent to the Select Dropdown, this will work, however this is not a viable option for me as I need the overflow to be set to 'auto' in order to render other elements of the page correctly. Are there any alternative ways to get around this issue, or any plans to otherwise resolve it? Thanks.
The text was updated successfully, but these errors were encountered:
Similarly to #1385, I'm having an issue where a dropdown will be hidden if it goes outside of the area of its parent (please see screenshot).
The other thread suggested using
overflow: visible
on the parent to the Select Dropdown, this will work, however this is not a viable option for me as I need the overflow to be set to 'auto' in order to render other elements of the page correctly. Are there any alternative ways to get around this issue, or any plans to otherwise resolve it? Thanks.The text was updated successfully, but these errors were encountered: