Skip to content
This repository was archived by the owner on Jun 17, 2025. It is now read-only.
This repository was archived by the owner on Jun 17, 2025. It is now read-only.

How to Fix Missing Sidebar and New Chat Button in ChatGPT #151

@erwiower2

Description

@erwiower2

1. Open the file located at /Applications/ChatGPT.app/Contents/Resources/app/index.html

2. Find the following line of code in JavaScript:
.sticky, .pointer-events-auto.flex.border-orange-500, [class*="shared__Capabilities"] { display: none !important; }
3. Change to:

.sticky, .pointer-events-auto.flex.border-orange-500, [class*="shared__Capabilities"] { display: block !important; }

4. Save the changes! (To restart the ChatGPT application via the terminal, execute the following command: killall ChatGPT. Please note that the command is case-sensitive.)

The problem in the JavaScript is that the CSS was set to display: none !important; but it should be display: block !important;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions