.bar {
  position: absolute;
  right: 0;
  width: 16px;
  background: #ccc;
  overflow: hidden;

  .thumb {
    position: absolute;
    width: 100%;
    background: #000;
  }
}
