::-webkit-scrollbar {
  background: 0 0;
  width: 5px;
  height: 2px;
}

::-webkit-scrollbar-thumb {
  background: var(--app-scrollbar-thumb);
  opacity: 1;
  border-radius: 4px;
}