[select] Fix alignItemWithTrigger transform with CSS animations#3831
Conversation
commit: |
Bundle size report
Check out the code infra dashboard for more information about this PR. |
✅ Deploy Preview for base-ui ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Greptile SummaryThis PR fixes an issue where CSS animations (as opposed to CSS transitions) on the select popup's The key change is adding the Changes:
The existing test at Confidence Score: 4/5
Important Files Changed
|
8f602ed to
a5c9414
Compare
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
When using a CSS animation (instead of a CSS transition), the fix applied in #3637 (and the previous PR) doesn't work. The transform style needs to be unset using
!important.CSS animation: https://stackblitz.com/edit/ujm4hguq
CSS transition: https://stackblitz.com/edit/m8a9qjuj