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
As it is now, the placeElement utility function has a few limitations for children that are potentially taller than the window height. We should add some options to accommodate the case where it might be taller.
A good first step would be to enable something like an overflow option for the utility. overflow would by default have flip (the current functionality), which if the floating element exceeds the window bounds, we flip the alignment or location so that it fits.
We need something like overflow: shift for some internal work, which would adjust the floating element so that it does not exceed the window edge.
The text was updated successfully, but these errors were encountered:
As it is now, the
placeElement
utility function has a few limitations for children that are potentially taller than the window height. We should add some options to accommodate the case where it might be taller.A good first step would be to enable something like an
overflow
option for the utility.overflow
would by default haveflip
(the current functionality), which if the floating element exceeds the window bounds, we flip the alignment or location so that it fits.We need something like
overflow: shift
for some internal work, which would adjust the floating element so that it does not exceed the window edge.The text was updated successfully, but these errors were encountered: