@import '../../style/themes/default.less';

@virtual-list: ~'@{st-prefix}-virtual-list';

.@{virtual-list}-container {
  height: 200px;
  overflow: auto;
  position: relative;

  .@{virtual-list} {
    height: 100%;
  }

  .@{virtual-list}-phantom {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
