predawn-ui
predawn-ui copied to clipboard
Problem with the scroll bar
The scroll bar of treeview is not clickable or draggable.
Hey, thanks for letting me know. I'll take a look soon.
Youre welcome! I really want use this theme, but these issue block me to use, but i
m using the syntax theme its pretty man, thank you!
Hey @jamiewilson - I'm also having this issue with the scrollbar. It's making it tough to page through large files. It can be rectified through config, but it would be great to see it work out of the box.
Edit: just wanted to add that I really really love predawn and predawn-syntax. By far the easiest on my eyes and great to look at.
@kaluabentes - I know this is an old issue, but if you'd like to make the scrollbar easier to use yourself, it's really easy. Just go Atom > Stylesheet and add the code below:
.scrollbars-visible-always { ::-webkit-scrollbar { width: 6px; height: 12px; &-track { border: 0px; border-radius: 0px; background-color: #444 !important; } &-thumb { background-color: #f18260 !important; border: 0px; border-radius: 9px; } } }