.ps {
  position: relative;
  overflow-x: auto;
  touch-action: auto;
}
.ps__thumb-x {
  background-color: #ffbc0d;
  border-radius: 6px;
  height: 8px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0x;
  /* please don't change 'position' */
  position: absolute;
}
.ps__rail-x {
  background-color: #fff;
  border-radius: 6px;
  height: 8px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}