.scrollbox {
  max-height: 140px;
  overflow-y: auto;
  padding-right: 8px;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  scrollbar-width: thin;
}

/* Для Chrome и Safari */
.scrollbox::-webkit-scrollbar {
  width: 6px;
}
.scrollbox::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 3px;
}
