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 a parent has absolute position "left" and "right" positions seem to be broken and place the content at the right horizontal position but wrong vertical position (the content is placed outside of the view frame at the top of it).
When a parent has absolute position "left" and "right" positions seem to be broken and place the content at the right horizontal position but wrong vertical position (the content is placed outside of the view frame at the top of it).
Minimal demo here: https://codesandbox.io/s/lucid-ride-b8dw3w?file=/src/styles.css
Below images assume
positions={["left"]}
andalign="center"
Expectation:
Content div appears to the left of the trigger element and is center aligned in relationship to it.
What happens instead:
Here we see a peek of the content div at the top of the screen due to browser's default 8px margin on the body element.
The text was updated successfully, but these errors were encountered: