Skip to content

vrchat.com - Better Scrollbars by sippbox

Screenshot of vrchat.com - Better Scrollbars

Details

Authorsippbox

LicenseNo License

Categoryvrchat.com/home

Created

Updated

Size541 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Themes the scrollbars to look like the rest of the site. That's it.

Uses webkit, so will not work in browsers that don't support it.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           vrchat.com - 2/23/2023, 12:00:29 PM
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */

@-moz-document domain("vrchat.com") {
/* width */
::-webkit-scrollbar {
  width: 12px;
  
}

/* Track */
::-webkit-scrollbar-track {
  background: #07242b; 
  
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #61d2e6; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
}

Reviews

No reviews yet.