I’m experiencing a critical issue with the ChatGPT UI.
I cannot scroll or view older chats within any of my Project Folders (e.g. “Poems Stories”, “Sun’s and Shadows”, “Silent Love Song”, etc.).
The scroll bar is completely missing.
Clicking “See More” or expanding folders does nothing.
I changed the resolution to the maximum and the scaling to the minimum (in my case 100%). With ctrl- i could see all chats in my project (54 chats) and paste them in a word document.
Workaround: . Right click on the first chat title, inspect the code, go up to and at the left, click the 3 dots, copy element . Paste that in a new chat and use the following prompt: “Clean the following code and give me a list with chat title, clickable with the hyperlink and short description. Remove all other markup.” This prompt is not always working unfortunately.
It’s infuriating how they can’t even get the UI right. It’s every week something new breaks. They still haven’t added a sorting function for chats too. Like, stop breaking shit and actually improve the experience.
As for a workaround, press tab within the project folder. If you keep pressing tab, it’ll go to the next chat. Unfortunately, you cannot go back up after you pass a chat using tab. However, if you reach the end of the folder, you can then use ctrl+f to search for what you need.
I had the same issue where scrollbars disappeared in ChatGPT’s project or chat pages — especially under the /g/... route. Here’s a temporary workaround I used that fixes it consistently:
Step-by-step Temporary Fix (no refresh needed)
1. Install Tampermonkey
Go to: https :// www DOT tampermonkey DOT net
→ (remove the spaces and replace DOT with . to reconstruct the link)
2. Add a new userscript and paste the following code:
Note: In the @match line below, make sure to convert https :// chatgpt DOT com /* → https://chatgpt.com/*
after pasting into Tampermonkey.