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
Currently if we have elements in a flex column listed vertically. If I apply overflow-y: scroll on these items. Those items scroll. But the dropdown element added on these items is clipped.
The parent div clips the dropdown.
I thought of absolutely positioning it. But I cannot get a ref handle for this. Also not easy to set top/left values for this.
The text was updated successfully, but these errors were encountered:
Currently if we have elements in a flex column listed vertically. If I apply overflow-y: scroll on these items. Those items scroll. But the dropdown element added on these items is clipped.
The parent div clips the dropdown.
I thought of absolutely positioning it. But I cannot get a ref handle for this. Also not easy to set top/left values for this.
The text was updated successfully, but these errors were encountered: