.mc-virtual-list {
  overflow-y: scroll;
  position: relative;
}
.mc-virtual-list__scroll-list {
  position: absolute;
  top: 0;
  height: 0;
  width: 100%;
}