* {
  scrollbar-color: #999 #ccc;
  scrollbar-width: thin; }

::-webkit-scrollbar {
  background-color: #ccc;
  width: 8px; }

::-webkit-scrollbar-thumb {
  background-color: #999; }
