ISSUE:
The left-hand sidebar (chat/project list) does not scroll when the number of saved chats exceeds the visible screen height. This makes it impossible to access older chats.
TESTED ACROSS:
- Browsers: Floorp, Firefox, Brave, Chromium (with and without extensions)
- Operating Systems: Windows 10, Ubuntu 24.04, Android
- Extensions tested: Stylus, ViolentMonkey, LastPass
- Also tested in Incognito mode and with clean profiles
OBSERVATIONS:
- Scroll works only while DevTools is open (indicating layout/rendering issue)
- JavaScript injection (
overflow-y: auto
, etc.) has no lasting effect - Console logs:
Sidebar not found
Uncaught SyntaxError: redeclaration of const sidebar
Content-Security-Policy: Couldn't process unknown directive 'report-to'
- Source map 404s (e.g. fsysqudntpcp8x00.js)
IMPACT:
This is a critical usability failure. It completely breaks the interface once the chat list exceeds the visible area. Issue confirmed on multiple devices, systems, and clean environments.
Please confirm whether this issue is known and under fix. If not, escalate to the UI engineering team. This is not a browser quirk — it is a persistent, reproducible, cross-platform bug.
Thank you.