1. body::-webkit-scrollbar {
    2. width: 10px;
    3. height: 1px;
    4. }
    5. body::-webkit-scrollbar-thumb {
    6. border-radius: 10px;
    7. box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    8. background: #535353;
    9. }
    10. body::-webkit-scrollbar-track {
    11. box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    12. border-radius: 10px;
    13. background: #EDEDED;
    14. }