<view
  style="
    width: {{columnWidth}};
    display: flex;
    justify-content: center;
    flex-direction: row;
  "
>
  <view class="picker-overlay-top" style="width: {{columnWidth}};"></view>
  <view class="picker-overlay-bottom" style="width: {{columnWidth}}"></view>
  <scroller
    class="scroller"
    onscrollstart="onscrollstart"
    onscrollend="onscrollend"
    scrollTop="{{ scrollTopValue }}"
    showScrollbar="{{ false }}"
  >
    <view class="picker-column" a:for="{{ optionsArray }}">{{ item }}</view>
  </scroller>
</view>
