Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. #profile-container {background:none;}
  2.  
  3.  
  4. ::-webkit-scrollbar-track {
  5. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  6. border-radius: 10px;
  7. }
  8.  
  9. ::-webkit-scrollbar-thumb {
  10. border-radius: 10px;
  11. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  12. }
  13.  
  14.  
  15. ::-webkit-scrollbar {
  16. width: 10px;
  17. }
  18.  
  19. ::-webkit-scrollbar-track {
  20. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  21. border-radius: 10px;
  22. }
  23.  
  24. ::-webkit-scrollbar-thumb {
  25. border-radius: 10px;
Add Comment
Please, Sign In to add comment