-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Labels
Description
Summary
During some version upgrades I noticed that the page is scrollable a tiny bit beyond the actual MATLAB frame, see the GIF below:
This bug seems to have been introduced around version v0.24.0 (which seems to contain relevant changes).
I tested the following versions:
MATLAB R2024b with matlab-proxy v0.23.1: OK
MATLAB R2024b with matlab-proxy v0.24.2: bugged
MATLAB R2025a with matlab-proxy v0.26.0: bugged
This was tested with Chromium 139.0.7258.127 as well as Firefox 128.13.0esr on RHEL9.
Adding overflow-y: hidden
to #MatlabJsd
seems to fix the issue, but I haven't tested further whether that would have any side effects elsewhere.
Browser(s) used
Firefox, Chrome
Script output
No response