[MyBB] Add a new scrollbar 02-09-2016, 07:55 PM
#1
PREVIEW
Spoiler:
![[Image: ee6e73e6e27876925b05921f73dcc2ba.png]](https://i.gyazo.com/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);
}
(This post was last modified: 02-09-2016, 07:57 PM by myt21.)
Pm me if you need anything or need to know anything.

![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)






