webkit scrollbar of gistbox
/*light*/
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:#ddd}
::-webkit-scrollbar-thumb{background:#999}
/*dark*/
::-webkit-scrollbar{width:5px;height:5px}
::-webkit-scrollbar-track{background:rgba(0, 0, 0, 0.2)}
::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.8)}