mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 21:59:09 -05:00
[GH-ISSUE #2572] [BUG - MINOR] Button Hidden in Public Resources → Target → Healthchecks (Zoom-Dependent UI Rendering Issue) #10954
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marcschaeferger on GitHub (Mar 1, 2026).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/2572
Originally assigned to: @miloschwartz on GitHub.
Describe the Bug
In the Pangolin UI under Public Resources, when editing a resource and modifying the Target → Healthchecks settings, the "Done" button is rendered below the visible viewport and ends up hidden behind the operating system taskbar.
At normal zoom level (100%), the button is not visible and cannot be clicked.
The button only becomes accessible when zooming out significantly. However, when zooming in, a scrollbar appears, but the issue persists — the button remains partially or fully hidden depending on zoom level.
Additionally, the overall UI behaves strangely when zooming in and out. Background elements appear to scale or shift unexpectedly, which suggests a layout or viewport calculation issue.
Hiding the OS taskbar or switching the browser to fullscreen mode does not resolve the problem.
Browser: Chrome, Firefox and Chromium based (tested/verified)
1 Normal 100% Zoom – Done Button Not Visible
2 Strong Zoom In – Scrollbar Visible, Layout Still Broken
3 Strong Zoom Out – Button Visible, Background UI Scaling Issue
Environment
To Reproduce
To Reproduce
Result:
Expected Behavior