.bar {
  position: absolute;
  bottom: 0;
  height: 16px;
  background: #ccc;
  overflow: hidden;

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