.px-virtual-list {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.px-virtual-list-scroll-area {
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.px-virtual-list-content {
  position: relative;
  overflow: hidden;
}
.px-virtual-list-placeholder {
  width: 1px;
  opacity: 0;
}
.px-virtual-list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
