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

Adapt to RHS scroll direction change #230

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Adapt to RHS scroll direction change #230

merged 2 commits into from
Aug 13, 2024

Conversation

crspeller
Copy link
Member

@crspeller crspeller commented Aug 7, 2024

Description

Adapt to PR in webapp changing RHS scroll direction: mattermost/mattermost#27162

Also requires mattermost/mattermost#27871 so scrolling doesn't break for generating posts.

@crspeller crspeller marked this pull request as ready for review August 9, 2024 13:28
@crspeller crspeller requested a review from jespino August 9, 2024 13:28
top: 50%;
transform: translate(-50%, -50%);
}`}
const PostBody = styled.div`
Copy link
Member

Choose a reason for hiding this comment

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

0/5 here, I see the value on giving a name to the div itself, but maybe, because it is no longer needed from the styles perspective we can remove this. Anyway, I'm ok leaving it as is, just to give it a name.

Copy link
Member Author

Choose a reason for hiding this comment

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

The name is helpful for debugging and whatnot I think we can leave it.

Copy link
Member

@jespino jespino left a comment

Choose a reason for hiding this comment

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

LGTM

@crspeller crspeller merged commit 2aca528 into master Aug 13, 2024
5 checks passed
@crspeller crspeller deleted the upside-down-rhs branch August 13, 2024 09:05
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.

2 participants