Skip to content

Instantly share code, notes, and snippets.

@shm-sl
Created May 12, 2020 12:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shm-sl/53a1872ca1732f6f0a00eac8c1bbd4b2 to your computer and use it in GitHub Desktop.
Save shm-sl/53a1872ca1732f6f0a00eac8c1bbd4b2 to your computer and use it in GitHub Desktop.
Smooth Scroll for Atom.io Text Editor
// ~/.atom/styles.less
// smooth scroll
atom-text-editor.editor > div > .scroll-view > div,
atom-text-editor.editor > div > .gutter-container > div {
transition: -webkit-transform .1s ease-out;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment