.scrollbar-bar {
  width: 8px;
  background: #F5F5F5;
  height: 800px;
  top: 41px;
  right: 0;
  position: absolute;
  border-radius: 4px;
}

.scrollbar-block {
  width: 100%;
  background: #D8D8D8;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.scrollbar-block:hover {
  background: #444;
}

/*# sourceMappingURL=.map/scrollStyle.css.map */
