Fix broken scrollbars due to OpenAI dynamic code loading #50
Labels
Bug
Something isn't working
Status: Already Implemented
A proposal which has already been implemented before
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.
The text was updated successfully, but these errors were encountered: