defunkt / Zen

Distraction free writing for Atom.
http://atom.io/packages/Zen
MIT License
193 stars 54 forks source link

Scrollbar won't disappear. #109

Open alyms108 opened 7 years ago

alyms108 commented 7 years ago

I'm running Atom version 1.19.3, and the most recent stable version of Zen, and the scrollbar refuses to disappear in Zen mode. It used to disappear in Atom 1.16, but after updating, the scrollbar stays. What's even stranger is that I have one file open where the scrollbar doesn't come up.

scrollbar-issue

elias-pap commented 4 years ago

As a quick workaround, you can add this to your stylesheet to hide all scrollbars while they remain functional (i.e. with a scrollwheel):

::-webkit-scrollbar { 
    display: none; 
}