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
Current behaviour means that the dropdown element will be visually constrained by any relative parent of the component that has overflow: hidden. We can use React portals to render the component as a child of <body>, which will automatically bust out of any such constraints.
Current behaviour means that the dropdown element will be visually constrained by any relative parent of the component that has
overflow: hidden
. We can use React portals to render the component as a child of<body>
, which will automatically bust out of any such constraints.https://reactjs.org/docs/portals.html
The text was updated successfully, but these errors were encountered: