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
I found this issue while working with some fixed elements that have overflow styles in the parent. Is this expected? I would think that the adjust feature would pull the element back into the viewport.
I found this issue while working with some fixed elements that have overflow styles in the parent. Is this expected? I would think that the adjust feature would pull the element back into the viewport.
Bug Example: https://codesandbox.io/s/dom-align-bug-scymr
Expected Result: Clicking on button would auto adjust dropdown to be within the window.
Actual Result: Dropdown element flows off of page, adding a scroll in the x direction.
The text was updated successfully, but these errors were encountered: