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 dragging scrollbar when app is zoomed #962

Merged

Conversation

whitecrownclown
Copy link
Contributor

@sindresorhus

Fixes #765

The scrollbar from the conversation list has a weird behaviour when the zoom property is applied on the parent container.
I could not reproduce this in a separate environment. It may be related to electron and/or messenger.

The workaround is to apply zoom on the content (without the scrollbar).I've also updated the conversationSelector with a fallback.

@whitecrownclown whitecrownclown changed the title [Fix] Update conversationSelector for scrollbar dragging when zooming [Fix] Dragging scrollbar when app is zoomed Jun 25, 2019
Copy link
Collaborator

@CvX CvX left a comment

Choose a reason for hiding this comment

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

On the “old UI” the selector is: ._4u-c._1wfr .__i_.

@whitecrownclown whitecrownclown force-pushed the fix/scrollbar-on-zoom branch from d326ae9 to 08f7795 Compare June 25, 2019 22:38
@sindresorhus sindresorhus changed the title [Fix] Dragging scrollbar when app is zoomed Fix dragging scrollbar when app is zoomed Jun 26, 2019
@sindresorhus sindresorhus merged commit ed5772b into sindresorhus:master Jun 26, 2019
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.

if text is decreased once – scrollbar doesn't work in coversation
3 participants