-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Floating UI: Document examples of when autoAlign
doesn't work
#17017
Labels
Comments
tay1orjones
changed the title
Document examples of when
Floating UI: Document examples of when Jul 22, 2024
autoAlign
doesn't workautoAlign
doesn't work
Hey I got an issue in menuButton Screen.Recording.2024-07-30.at.4.30.57.PM.movI guess this is related to collision boundary. Menu getting detached from menuButton and clipping the modal |
AutoAlign is not working correctly with AI Popover per report from Sean Stuckless https://react.carbondesignsystem.com/iframe.html?args=&id=components-ailabel--playground&viewMode=story |
sstrubberg
added
role: dev 🤖
type: infrastructure 🤖
Issues relating to devops, tech debt, etc.
labels
Jan 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
The
floating-ui
library powers the collision detection behind theautoAlign
prop that is available on multiple components. It uses aposition: fixed
strategy, which for the majority of cases should ensure floating elements are not clipped by ancestor elements. Thefloating-ui
docs state this approach does not work in 100% of cases.This issue is for collecting examples of when
autoAlign
does not successfully position floating elements as we would expect.If you have an example, please comment below and include:
The text was updated successfully, but these errors were encountered: