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
When attempting to use svelte-floating-ui with svelte-portal the floating element initially renders in the wrong position. Resizing the window or closing and opening the floating UI fixes it (at least, closing and opening controlled by display: none/block;). If I were to make an educated guess I would say that the floating ui calcualtions are being done before the floating element is moved to the portal.
When attempting to use
svelte-floating-ui
withsvelte-portal
the floating element initially renders in the wrong position. Resizing the window or closing and opening the floating UI fixes it (at least, closing and opening controlled bydisplay: none/block;
). If I were to make an educated guess I would say that the floating ui calcualtions are being done before the floating element is moved to the portal.Here is some example code:
The text was updated successfully, but these errors were encountered: