016 • Custom scrollbar

August 31, 2023

Share

The whole website is a playground ✨

Playground

Step by step

  1. Copy the code

  2. Open settings ⚙️

  3. Go to Site Settings -> General

  4. Scroll to Custom Code section

  5. Paste the code into the 'Start of <head>' tag

  6. Adjust values & colors to your preferences

  7. Your custom scrollbar is live!

If you have any questions on how to get a particular result, feel free to write to me on X.

<style> 
    ::-webkit-scrollbar{
        width: 6px;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-track{
        background: none;
    }
    ::-webkit-scrollbar-thumb{ 
        background: rgb(255 255 255 / 10%);
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb:hover{ 
        background: rgb(255 255 255 / 15%);
    }
</style

Contact

If you have any questions, feel free to

If you have any questions,

Newsletter

Thanks

for

watching!

Sign

up

to

newsletter

and

receive

updates

on

new

Framer

tips

& freebies.

Daily Remix

Build by

kacper

Proudly built in Framer.

Daily Remix

Build by

kacper

Proudly built in Framer.