Sinisterly
[MyBB] Add a new scrollbar - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Design (https://sinister.ly/Forum-Design)
+--- Forum: Web Design (https://sinister.ly/Forum-Web-Design)
+--- Thread: [MyBB] Add a new scrollbar (/Thread-MyBB-Add-a-new-scrollbar)



[MyBB] Add a new scrollbar - Rikka_mybb_import13585 - 02-09-2016

PREVIEW

Spoiler:
[Image: ee6e73e6e27876925b05921f73dcc2ba.png]

This will just add a simple scrollbar, just like on this forum.

Mine on the preview is red though cuz i changed my color.

It's not my code / content, just sharing it.

[hide]
Code:
::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-thumb { background: #21569F; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.2); } ::-webkit-scrollbar-track { background: #2c2c2c; -webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1); }
[/hide]


RE: [MyBB] Add a new scrollbar - Lain - 02-09-2016

This isn't MyBB exclusive and can be used on any webpage.

It's also worth nothing that this only works in Chrome.


RE: [MyBB] Add a new scrollbar - Azzid - 02-19-2016

nice find pal keep it up