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 jitter in git panel #1306

Merged
merged 2 commits into from
Nov 27, 2023
Merged

Fix jitter in git panel #1306

merged 2 commits into from
Nov 27, 2023

Conversation

krassowski
Copy link
Member

Fixes #1296

Adds:

  • overflow-y: hidden to hide scrollbars
  • height: 16px to prevent jitter in Staged/Changed/Untracked
  • align-self: flex-start to prevent jitter in Stash
Before After
before after

Copy link

Binder 👈 Launch a Binder on branch krassowski/jupyterlab-git/fix-jitter

@krassowski krassowski added the bug label Nov 25, 2023
Copy link
Member

@fcollonval fcollonval left a comment

Choose a reason for hiding this comment

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

Thanks @krassowski

@fcollonval fcollonval merged commit be1df97 into jupyterlab:main Nov 27, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Small jitter when hovering over Changes section and items
2 participants