After submitting query to ChatGPT, can't scroll at all

I have passed this issue to OpenAI to investigate.

Same here. Broken again.
Not scrolling on iPadOS Safari.
So disappointing, after waiting so long for them to fix iPadOS Safari a couple of months back.

trust me chatgpt is on the edge of losing customers

I am having the same issue. I am able to scroll on Firefox, but not on Chrome.

turn your web page into read only mode you’ll be able to scroll up down… you just won’t be able to see the images within the thread

chatgpt better have this fixed

didnt directly work for me but I did Copy/paste the link from the share button in a new tab and I could view the response there. Thanks

I’m having the same problem on my IPhone on Safari as well. Tried logging out and back in, tried refreshing, closing and opening a new page, restarting my phone, the share link thing other people have suggested. Nothing’s worked. I open a query and it gets stuck at the top and won’t let me scroll down. So annoying!

Guys after banging my head around this i finally found the solution and it works on my browser atleast:
right click > inspect
in the html section look for the overflow property , you can find it just below the body tag in the div tag;
if the overflow is written as overflow: hidden , that’s the problem .
to fix it simply click the overflow it will show up in the styles window below and manually erase the hidden and write auto in it with the semicolon ;
and it solved the issue with me .

Im On chrome its still not working,openai stop being lazy and hurry up

Got the same problem in Chrome on MacOS. OpenAI, please open up your eyes and listen to what’s going on. Wake up for god’s sake.

same problem on ipad. don’t know what to do

Thank you this helped me,
It was written as Overflow-hidden and i just changed it to auto; hidden and i could scroll again.

It worked for me! Thanks a lot

On a Mac, typing command+shift+C lets you copy the last reply from the chat. It should say “Last response copied to clipboard”. I was able to paste the response into a text editor.

:man_facepalming:

OpenAI, please fix this.

How is this issue so old yet still no solution? This completely breaks the app. Workaround Shift, Arrow, Highlighting etc… does not work in my case. You can program a advanced AI but you can’t fix a simple CSS issue? Whoever is making these changes is not testing anything, if so its only one browser and they are the classic, it works on my PC.

Starting section of code that contains the reference to the css element (overflow-hidden)

<div class="relative flex h-full max-w-full flex-1 flex-col overflow-hidden">

BAD CSS Element Code

.overflow-hidden { overflow: hidden; }

Temporary FIX

.overflow-hidden { overflow: scroll; }

Full URL Path to CSS file containing reference for temporary fix

https://cdn.oaistatic.com/assets/root-mqr9jcw8.css

It works perfectly, thank you so much. :ok_hand:t2:

You’re a life saver! it worked for me, thanks so much!

Well DONE! This worked 100%