/**Variable**/

.vhb-list {
  position: relative;
  display: block;
  padding: 0;
  color: $vhb-font-color;
  direction: ltr;
  .vhb-list--virtual-wrapper {
    position: relative;
    overflow: auto;
  }
  .vhb-list--y-space {
    width: 0;
    float: left;
  }
  .vhb-list--virtual-wrapper,
  .vhb-list--body {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
  }
}

.vhb-list--virtual-wrapper {
  height: 100px;
}