-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Linux custom css scrollbar #4884
Comments
Thanks for the tip! Assigning to @larz0 to take a look. |
Thanks |
@Zolmeister @vinigordex could you check out the custom webkit scrollbar on this branch and let me know what you think? https://github.com/adobe/brackets/tree/larz/linux-scrollbar Once we're happy with it we'll need to make the scrollbar CSS linux-only. |
You can just replace the body wrapper with |
Awesome. Thanks Tom I'll go ahead and do that. |
NP. You can also change it to |
I put it in a js-fiddle: http://jsfiddle.net/HrsxL/ for others to check out more easily. It looks fine for me, though I can't say I like the use of the base64 encoded png. Edit: updated fiddle - http://jsfiddle.net/HrsxL/1/ |
Cool. I'm not using base64 encoded png. |
@Zolmeister @vinigordex the pull request is here #5082 Let me know if there's any problem. |
Oh, sorry, must have been looking at some other code then. |
Great. NP man. |
Confirmed fixed. Closing. @Zolmeister if you have a dev env for brackets setup, you can sync to master to see the changes. |
The default Linux scrollbar for content looks poor due to sandbox rendering.
Here is a proposed css default scrollbar replacement (http://jsfiddle.net/6kEx5/):
The text was updated successfully, but these errors were encountered: