::-webkit-scrollbar
  width: 8px

::-webkit-scrollbar-track
  background-color: color-black-alpha
  -webkit-border-radius: 10px
  border-radius: 0

::-webkit-scrollbar-thumb
  -webkit-border-radius: 10px
  border-radius: 10px
  background: color-gray-light

::-webkit-scrollbar-thumb:window-inactive
	background: color-orange-dark
