Skip to content
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

Merged
merged 2 commits into from
Nov 8, 2023

Conversation

connor-baer
Copy link
Member

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

Definition of done

  • Development completed
  • Reviewers assigned
  • Unit and integration tests
  • Meets minimum browser support
  • Meets accessibility requirements

@connor-baer connor-baer added the 🐞 bug Something isn't working as it should label Nov 8, 2023
@connor-baer connor-baer requested a review from a team as a code owner November 8, 2023 15:55
@connor-baer connor-baer requested review from pdrmdrs and removed request for a team November 8, 2023 15:55
Copy link

changeset-bot bot commented Nov 8, 2023

🦋 Changeset detected

Latest commit: f149d07

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@sumup/circuit-ui Patch

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

Copy link

vercel bot commented Nov 8, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
oss-circuit-ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 8, 2023 4:05pm

@connor-baer connor-baer changed the title Fix Popover overflow Scroll overflowing content in the Popover Nov 8, 2023
Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Merging #2289 (f149d07) into main (930f210) will increase coverage by 0.00%.
Report is 1 commits behind head on main.
The diff coverage is 100.00%.

Impacted file tree graph

@@           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           
Files Coverage Δ
packages/circuit-ui/components/Popover/Popover.tsx 99.72% <100.00%> (+0.01%) ⬆️

Copy link
Contributor

@tranhoangan22 tranhoangan22 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@connor-baer connor-baer merged commit b75f63a into main Nov 8, 2023
10 checks passed
@connor-baer connor-baer deleted the fix/profile-menu-overflow branch November 8, 2023 16:52
@connor-baer connor-baer mentioned this pull request Nov 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working as it should 🗂 circuit-ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants