Custom scrollbars

It's something you easily forget, but it's easy and looks so much better.

Custom scrollbars

Here's an example of how to do it:

::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #d9dadb;
  border-radius: 12px;
}