[ UI BUG ] Workflow settings popup moves incorrectly when scrolling in GitHub Actions UI #193626
Unanswered
Abineshabee
asked this question in
Other Feature Feedback, Questions, & Ideas
Replies: 1 comment
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Other
Body
Title: [ UI BUG ] Workflow settings popup moves incorrectly when scrolling in GitHub Actions UI
Description:
In the GitHub Actions workflow page, there is a settings (gear) icon inside the workflow checks panel. When clicking the icon, a popup menu appears with options like:
However, when scrolling within the workflow checks list (process block), the popup does not stay anchored to the settings icon. Instead:
This behavior suggests the popup is incorrectly positioned relative to the page scroll rather than the container.
Steps to Reproduce:
Expected Behavior:
The popup should remain anchored to the settings icon and move along with it (or close automatically when scrolling).
Actual Behavior:
The popup remains fixed relative to the viewport or page and moves out of position when scrolling the checks list.
Environment:
Impact:
This makes the UI confusing and difficult to use, especially when navigating long workflow logs.
Screenshots:




########################################################################################################
########################################################################################################
########################################################################################################
########################################################################################################
All reactions