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 messages window scroll jumping up when hovering the dragbar #359

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix messages window scroll jumping up when hovering the dragbar #359

wants to merge 2 commits into from

Conversation

nevkontakte
Copy link

No description provided.

@flackr
Copy link
Owner

flackr commented Mar 13, 2016

Can we fix this instead by making .dragbar transform: scale(6, 1) (or something like that) instead of animating width and margin-right? Even though what you've done effectively makes it not relayout the chat area (because dragbar still consumes the same total width) it still does require a layout pass and doing the animation on the main thread where the transform animation can be done on the compositor.

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