mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 14:35:56 +03:00
[GH-ISSUE #108] [Bug]: Scrolling not working anymore in ProxCenter ? #134
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @nothing-fr on GitHub (Mar 11, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/108
Bug Description
Scrolling seems broken on differents screens of Proxcenter ? :
FYI : It's the same on your new demo site...
Steps to Reproduce
Expected Behavior
Actual Behavior
ProxCenter Version
fce7536Proxmox VE Version
9.1.6
Browser
Version 146.0.7680.71 (Build officiel) (64 bits)
Logs / Screenshots
No response
@adminsyspro commented on GitHub (Mar 11, 2026):
Hi! Thanks for reporting this.
The scroll issue has been fixed in commit
5bee39c— the root cause was anoverflow: hiddenon the detail panel wrapper that was preventing the entire right panel from scrolling.The fix will be available in the next Docker image build. You can also test it now on demo.proxcenter.io once the deployment is updated.
Let us know if you still experience any scroll issues!
@nothing-fr commented on GitHub (Mar 11, 2026):
Now it's working again, thanks !