Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken scrollbars due to OpenAI dynamic code loading #50

Closed
itsmartashub opened this issue Sep 14, 2024 · 0 comments
Closed

Fix broken scrollbars due to OpenAI dynamic code loading #50

itsmartashub opened this issue Sep 14, 2024 · 0 comments
Assignees
Labels
Bug Something isn't working Status: Already Implemented A proposal which has already been implemented before

Comments

@itsmartashub
Copy link
Owner

itsmartashub commented Sep 14, 2024

Due to recent changes in OpenAI's code loading mechanism, the scrollbars in the chat interface are broken and not functioning correctly. This issue is a result of OpenAI dynamically loading its code via module preloader links, which overrides the extension's custom scrollbar styles.

Analysis:

OpenAI's recent changes to load code dynamically make it challenging for the extension to override the default scrollbar styles. Since the code is loaded via module preloader links, the extension's styles are likely being overridden by the dynamically loaded content.

@itsmartashub itsmartashub added Bug Something isn't working To Fix labels Sep 14, 2024
@itsmartashub itsmartashub self-assigned this Sep 14, 2024
@itsmartashub itsmartashub added Status: WIP Work In Progress and removed To Fix labels Sep 14, 2024
itsmartashub added a commit that referenced this issue Sep 14, 2024
…ic code loading (#50)

- Address broken scrollbar styling caused by OpenAI's dynamic code loading
- Update styles to ensure consistency and override dynamically loaded content

Changes summary:
- Fixed the broken scrollbar styling issue caused by OpenAI's recent changes to dynamic code loading, ensuring a consistent and visually appealing design.
@itsmartashub itsmartashub added Status: Already Implemented A proposal which has already been implemented before and removed Status: WIP Work In Progress labels Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Status: Already Implemented A proposal which has already been implemented before
Projects
None yet
Development

No branches or pull requests

1 participant