predawn-ui icon indicating copy to clipboard operation
predawn-ui copied to clipboard

Problem with the scroll bar

Open kaluabentes opened this issue 8 years ago • 4 comments

The scroll bar of treeview is not clickable or draggable.

kaluabentes avatar Mar 02 '16 23:03 kaluabentes

Hey, thanks for letting me know. I'll take a look soon.

jamiewilson avatar Mar 02 '16 23:03 jamiewilson

Youre welcome! I really want use this theme, but these issue block me to use, but im using the syntax theme its pretty man, thank you!

kaluabentes avatar Mar 03 '16 00:03 kaluabentes

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.

davis-kane avatar Mar 27 '18 19:03 davis-kane

@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; } } }

davis-kane avatar Mar 27 '18 20:03 davis-kane