06-18-2020, 07:26 PM
I'll test it out.
Thank you for your donation!
Solved: Custom scrollbar style for webkit browser
|
06-18-2020, 10:58 PM
(06-18-2020, 07:16 PM)swizzle Wrote: After playing around some with the native macOS implementation (on Mojave anyway) I'm half tempted to just say use the css scrollbars for all because when you hover the thumb on the native ones it shows (when it works...) ugly white scrollbars. Anyway this is my current css... These scroll bars look pretty neat :-) We turn them on if sbw > 0 otherwise for sbw = 0 (overlay scroll bars) we leave them off right?
06-18-2020, 11:16 PM
(06-18-2020, 10:58 PM)Tim Curtis Wrote:(06-18-2020, 07:16 PM)swizzle Wrote: After playing around some with the native macOS implementation (on Mojave anyway) I'm half tempted to just say use the css scrollbars for all because when you hover the thumb on the native ones it shows (when it works...) ugly white scrollbars. Anyway this is my current css... Right, we just need to test sbw and apply the css if it’s true. I also tried this (before the css var is set): sbw ? $( 'body').addClass('scroll') : sbw = 11; Which shifts the indexes over so the native scrollbar isn’t actually overlaying anything and the thumb is easier to drag but in the end figured that kind of defeats the point.
06-18-2020, 11:43 PM
06-19-2020, 10:53 AM
Just happy to contribute to Moode
![]() Thanks |
« Next Oldest | Next Newest »
|