:root {
--neon-gradient: linear-gradient(
45deg,
#ff006e,
#8b00ff,
#00f5ff,
#00ff88,
#ffaa00,
#ff006e);
}
::-webkit-scrollbar {
width: 12px;
height: 12px;
}
::-webkit-scrollbar-track {
background: rgba(139, 0, 255, 0.1);
border-radius: 10px;
}
::-webkit-scrollbar-thumb {
background: var(--neon-gradient);
background-size: 200% 200%;
animation: rainbow-shift 5s ease infinite;
border-radius: 10px;
box-shadow: 0 0 10px rgba(139, 0, 255, 0.5);
}
::-webkit-scrollbar-thumb:hover {
box-shadow: 0 0 20px rgba(139, 0, 255, 0.8);
}Rainbow Scrollbar
Style your scrollbar with a vibrant rainbow gradient effect. Features animated color shifts and a glowing hover effect.
Screenshots
Learn more about CSS styling
Learn how to integrate CSS styles in adoc Studio in our documentation.