Bug on chatgpt that doesn't allow me to scroll

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 .

30 Likes