-
Notifications
You must be signed in to change notification settings - Fork 127
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
Scroll overflowing content in the Popover #2289
Conversation
🦋 Changeset detectedLatest commit: f149d07 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## main #2289 +/- ##
=======================================
Coverage 97.15% 97.15%
=======================================
Files 251 251
Lines 19847 19862 +15
Branches 1223 1224 +1
=======================================
+ Hits 19282 19297 +15
Misses 551 551
Partials 14 14
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Purpose
The profile menu in the TopNavigation exhibits a bug when the number of profile items is large, and the vertical space to display the items is limited (e.g., at shorter screen resolutions). The Popover, the component used to render the profile menu, is cut off, preventing access to the last items.
Approach and changes
size
middleware to the Popover. If the Popover content exceeds the available vertical space, it becomes scrollable.Definition of done