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

Fixed: AI Chat - Remove Horizontal Scrollbar from Sidebar #2088

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

Shoaibdev7
Copy link
Contributor

@Shoaibdev7 Shoaibdev7 commented Aug 22, 2024

Problem:

  • A horizontal scrollbar appears in the AISummary sidebar

closes: #1894, #1934

Issue ticket number and link:

Evidence:

https://www.loom.com/share/acf80b40e53940e6af6e64f65fa862ba

image

@Shoaibdev7 Shoaibdev7 mentioned this pull request Aug 22, 2024
@Shoaibdev7 Shoaibdev7 force-pushed the sidebar-should-not-scroll-side-ways branch from 98f321f to 9c40d34 Compare August 22, 2024 14:49
@Shoaibdev7
Copy link
Contributor Author

Hi @Rassl, Please merge this PR.

@@ -22,6 +22,7 @@ const Wrapper = styled(Flex).attrs({
overflow-wrap: break-word;
white-space: normal;
word-break: break-word;
overflow: hidden;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is best solution, we should find a reason why it overflows at first place, and fix that

Copy link
Collaborator

@Rassl Rassl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please take a look to my comment

@Rassl
Copy link
Collaborator

Rassl commented Aug 28, 2024

@Shoaibdev7 are you working on this?

@Shoaibdev7
Copy link
Contributor Author

@Shoaibdev7 are you working on this?

@Rassl Yes

@Shoaibdev7
Copy link
Contributor Author

Hi @Rassl, Please review this PR.

@Rassl Rassl merged commit ba9db8c into stakwork:master Aug 28, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AI Chat - Sidebar Content Cut Off Due to Movable Feature
2 participants