Dude envira just goto Admin CP>Themes>Current Theme and create a new stylesheet and just add
Just copy the whole thing and past it and then see your theme will look perfect
Code:
::-webkit-scrollbar {
width:12px
}
::-webkit-scrollbar-track{
background:#2c2c2c
}
::-webkit-scrollbar-thumb{
background:#e04006;box-shadow:inset 1px 1px 2px rgba(0,0,0,.1)
}
Just copy the whole thing and past it and then see your theme will look perfect
