[F2U] Cloud Nine (CSS | Scroll bar)

Sealkitty

Profile


Just a tiny CSS code to remove or make scroll bars look nicer with the code.

Simply copy and paste one of the code below into the CSS of your character's profile.

Please note only Premium TH Users can use CSS.


/*********************************************
Light scroll bar
/*********************************************/

::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.2); border-radius: 1em; }
::-webkit-scrollbar { width: 4px; }

/*********************************************
No scroll bar
/*********************************************/

::-webkit-scrollbar { width: 0px; }