Dear OpenAI Team,
I would like to share a solution to a scrolling issue in Safari that occurs when using ChatGPT. I would appreciate it if this solution could be made available to other users who encounter the same problem.
Solution Description:
- Right-click on the chat page in Safari.
- Select the “Inspect Element” option (this opens the developer tools).
- In the HTML window that appears, find the line of code under the
<body>
tag that saysoverflow-hidden
. - Edit the code by replacing
hidden
withauto
and adding a;
at the end. - After making this change, the scrolling issue on the chat page is resolved.
I hope this solution can assist other ChatGPT users who face this issue.
Best regards,
[Your Name]