Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

css for vertical scrollbar color code example

Example: change scrollbar color

Click to copy
.scrollable-element {
  scrollbar-color: red yellow; /* red is for the thumb and yellow is for the track */
}

Tags:

Css Example

Related

server side validation google recaptcha v2 code example set allowdrop drag property with jquery code example how to delete a row in a table mysql code example how to read a character in java code example vite Failed to load module script: The server responded with a non-JavaScript MIME type of "". Strict MIME type checking is enforced for module scripts per HTML spec. code example importing sass css code example drop down list for asp.net mvc code example change status bar flutter code example how to update data from join table in sql code example javascript delay each loop iteration code example html color words green code example laravel request add parameter code example

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy