:host {
  overflow: scroll;
}
:host .scroller {
  display: inline-block;
}
:host .item-container {
  position: relative;
  display: inline-block;
}
:host .item-container .item {
  position: absolute;
}