royalmo / itic-copilot

The browser extension that every iTIC student should have!
GNU General Public License v3.0
3 stars 2 forks source link

UI: Settings' scrollbar not working on Firefox #78

Open royalmo opened 2 years ago

royalmo commented 2 years ago

In Firefox, the scrollbar isn't working: image

@FlyingKoala01 maybe you want to take a look, but don't worry, it's not for right now :)

royalmo commented 2 years ago

Here are some links with the info you need:

https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox/54101063#54101063 https://stackoverflow.com/questions/6165472/custom-css-scrollbar-for-firefox/53739309#53739309

In fact, all the answers have important information, so why not reading them all?

royalmo commented 1 year ago

Now trello found something that could be useful. For future reference:

scrollbar-color: var(--ds-background-neutral-hovered,#091e4224) var(--ds-background-neutral,#091e420f);
scrollbar-width: thin;