GithubHelp home page GithubHelp logo

Comments (7)

jenabaivab avatar jenabaivab commented on September 3, 2024 1

Apologies, I have managed to get material scrollbar thanks to your code above. Thank you for that that. You can close this issue if you want.

from modern-scrollbar.

luandersonn avatar luandersonn commented on September 3, 2024

Hello, @jenabaivab!

Unfortunately, Firefox's scrollbar is not fully customizable like Chromium's scrollbar. I tried to make a port last week. The only way to fully customize it is to use Javascript. Using only CSS, I can change only the width (default and thin) and color:

Default (Firefox already has a built-in dark scrollbar)

02-26-21 - 23h-05m-22s

Modern

02-26-21 - 23h-05m-29s

from modern-scrollbar.

jenabaivab avatar jenabaivab commented on September 3, 2024

There is another extension called Custom scrollbars, maybe that repo can serve as a guide.
Also, could you please share the code for the above modern scrollbar? Wish we could make them rounded around the edge as well.

from modern-scrollbar.

luandersonn avatar luandersonn commented on September 3, 2024

@jenabaivab Add this on css/scrollbar.css file

* {
    scrollbar-width: thin;
    scrollbar-color: rgba(127, 127, 127, 0.6) transparent;
}`

from modern-scrollbar.

jenabaivab avatar jenabaivab commented on September 3, 2024

@luandersonn I am actually using a material skin for firefox right now. You can find the chrome folder I have in my root profile directory uploaded here. What changes do I have to make in this please?

chrome.zip

from modern-scrollbar.

luandersonn avatar luandersonn commented on September 3, 2024

Sorry, I didn't understand

from modern-scrollbar.

luandersonn avatar luandersonn commented on September 3, 2024

Great news.

from modern-scrollbar.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.