Hide Scrollbars in Atom
Add this snippet of code to your Atom editor stylesheet to have all scrollbars not display but remain functional (ie; with a scrollwheel):
::-webkit-scrollbar {
display: none;
}
Written by Chris Jones
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Editor
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#