You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Copilot's agent selector CSS is broken.
On dark theme it has z-layer issues, and is hidden from view.
On light theme, it is shown that besides the previous issue, CSS is not applied to it.
Also, on both themes, the dropdown can shift the layout of other elements.
The cause of this might be that the chat profile selector dropdown is added to the main DOM instead of the the shadow-root.
Describe the bug
Copilot's agent selector CSS is broken.
On dark theme it has z-layer issues, and is hidden from view.
On light theme, it is shown that besides the previous issue, CSS is not applied to it.
Also, on both themes, the dropdown can shift the layout of other elements.
The cause of this might be that the chat profile selector dropdown is added to the main DOM instead of the the shadow-root.
To Reproduce
Based on chainlit/cookbook/copilot:
https://github.com/NakosPTI/chainlit-copilot-agent-select
Changes from chainlit/cookbook/copilot:
Expected behavior
Chat profile selector should work the same as it does on the default chainlit frontend.
Screenshots
Desktop (please complete the following information):
Additional context
Issue was observed with chainlit 2.2.0 and 2.2.1.
The text was updated successfully, but these errors were encountered: