Worked for me! You are a genius!!! Thank you you saved my day!
What about users who are only having problems on Safari on their IPhone? I canât exactly do that. I just canât scroll down at all on the website.
Hi, this does not work for me because it does not highlight the share chat button. Any other ways to make this work?
After much searching, Iâve discovered a remedy that works on all devices.
The guide is for iPhone but works the same way for PC.
On iPhone, when youâre on the ChatGPT website, make a new book mark of the site and then edit it as following:
- Title:
ChatGPT scroll bug patch
- Address (URL):
javascript: (function () { document.querySelectorAll(âhtml *â).forEach(function(node) { var s = getComputedStyle(node); if (s[âoverflowâ] === âhiddenâ) { node.style[âoverflowâ] = âvisibleâ } }) })()
Afterwards, run the bookmark while still using web client. Scrolling should be restored.
Iâm unsure of how to actually do this. I understand the bookmarking part and renaming it but I donât understand the second part at all.
When you have finished making the bookmark while still on the web client, simply go to your bookmarks and click on it.
Scrolling should be instantly restored.
Whenever the page is refreshed the bookmark must be clicked on again. It is not a final fix but rather a remedy, as evident by the message bar moving with the rest of the text.
On safari on iPhone it just opens a white page.
Or it says invalid url
Yeah, exactly. It doesnât open at all for me. I click on it and nothing happens.
I may have found the workaround (building off a strategy posted earlier)âŚUse the Tab key on your keyboard to navigate to the âShareâ option on screen. Generate the link, copy and paste into a new tab on your browser. Youâll be able to scroll up and down in the new window. At the bottom click âContinue this conversationâ & it should open up your account & allow you to scroll. Somehow this worked for me, hope it helps!
It works when you use Chrome.
This problem only cropped up for me this week, on iPadOS.
Looks like a very easy fix. Please donât tell me itâs going to be months and that Iâm a Plus subscriber for no reason.
OpenAI doesnât seem to be interested in fixing this. So either make use of some workarounds posted here or update your browsers.
This was fixed for me, but today there is a new frontend bug⌠Shift is not supporting multi-line breaks.
And the scrolling is broken again!
Well, scrolling was working again for a while but now, this morning, it isnât working on safari anymore.
i found a solution just tape the share button then share it to anything(i shared it to myself) and it worked it let me scroll : )
Which share button? Iâm not sure I see where the share button is. Do I have to select a specific chat and share it that way? Do I share the whole account?
The scrolling wasnât working several days ago, it started working again and right now I noticed its not working again.
My work around is to select part of the visible text and use the shift-arrow combo to select more text either above or below the visible text. This causes the text to scroll to keep the cursor visible.
I asked Chatgpt which gave me a good solution that worked for me on Edge.
You can create a bookmarklet to run the JavaScript code whenever needed without having to manually input it.
Steps:
- Create a new bookmark in your browser.
- Set the URL of the bookmark to the following:
javascript:(function () {document.querySelectorAll(âhtml *â).forEach(function(node) {var s = getComputedStyle(node);if (s[âoverflowâ] === âhiddenâ) {node.style[âoverflowâ] = âvisibleâ;}});})();
- Save the bookmark.
Now, whenever you encounter the issue, you can just click the bookmarklet to apply the fix.
Yes, it works! Thank you very much!