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.
Just came here to highlight how disruptive this is and how much of a cretinous own goal this is. Someone’s definitely asleep at the wheel and it does not bode well for the platform’s future. No I don’t want to have to hack the page code in inspector to make up for the Open AI dev team’s inadequacy.
I had the same issue. Long chat lists inside a Project view couldn’t be scrolled (no scrollbar, mouse or keyboard support).
I created (with ChatGPT ) a small Chrome extension that automatically fixes this. It works with both chatgpt.com and chat.openai.com, and doesn’t require Tampermonkey or any manual actions.
Works in Chrome, Edge, Vivaldi.
No config needed: just install and it runs automatically
This worked for me on a Mac using Chrome. Hopefully it will work for you as well.
Right click on your chatgpt screen and select inspect element from the menu (should be at the bottom)
Click on sources from the top navigation.
On the left-hand side, click the folder that says cdn.oaistatic .com then click on assets.
Scroll to the bottom and click on on the file that starts with “root”
Use cmd+F to open up a search bar and type in “.overflow-hidden” and you should have 1 match
Change it from “hidden” to “auto”
Why ChatGPT can’t make this simple change to their CSS is beyond me. Just know that if you close out of ChatGPT, you will need to do this again so that the scroll bar shows up.
Thank you so much for this suggestion! I have been trying everything for the past few days to scroll down my chats in various folders and nothing was working…this “tabbing down” saved my day!
Wow! I was able to do this and I don’t even know anything about coding. I don’t know how the folks at OpenAI create this problem! This has been such a pain for me the last few days. Thank you! Thank you! Thank you for your very clear instructions! Have a great day!
This worked for me on a Mac using Chrome. Hopefully it will work for you as well.
Right click on your chatgpt screen and select inspect element from the menu (should be at the bottom)
Click on sources from the top navigation.
On the left-hand side, click the folder that says cdn.oaistatic .com then click on assets.
Scroll to the bottom and click on on the file that starts with “root”
Use cmd+F to open up a search bar and type in “.overflow-hidden” and you should have 1 match
Change it from “hidden” to “auto”
Why ChatGPT can’t make this simple change to their CSS is beyond me. Just know that if you close out of ChatGPT, you will need to do this again so that the scroll bar shows up.