Nice scrollbar for Bio.link website.
Beautiful scrollbar bio.link by thomasbnt
Details
Authorthomasbnt
LicenseNo License
Categorybio, biolink
Created
Updated
Size531 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
By Error44
Source code
/* ==UserStyle==
@name Beautiful scrollbar bio.link
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document domain("bio.link"), domain("app.bio.link") {
::-webkit-scrollbar {
width: 16px;
}
::-webkit-scrollbar-track {
background: #fff;
}
::-webkit-scrollbar-thumb {
height: 56px;
border-radius: 8px;
border: 4px solid transparent;
background-clip: content-box;
background-image: linear-gradient(.351turn,#ff5858 23.71%,#c058ff 78.8%);
}
}