
.scroll-bar,
.scroll-bar div{
  display: block;
  position: absolute;
  float: none;
  width: 6px;
}
.scroll-bar{
  top: 4px;
  bottom: 4px;
  right: 2px;
}
.scroll-bar div{
  background: #cccccc;
  height: 28px;
  border-radius: 3px;
}
.scroll-bar div:after{
  content: '';
  display: block;
  position: absolute;
  float: none;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
}