diff --git a/src/view/com/util/ViewSelector.tsx b/src/view/com/util/ViewSelector.tsx index 91436f4b..a25ca4d8 100644 --- a/src/view/com/util/ViewSelector.tsx +++ b/src/view/com/util/ViewSelector.tsx @@ -137,8 +137,6 @@ export const ViewSelector = React.forwardRef< }, ) -const SCROLLBAR_OFFSET = 12 - export function Selector({ selectedIndex, items, @@ -166,15 +164,15 @@ export function Selector({ width: '100%', position: 'relative', overflow: 'hidden', - marginTop: -SCROLLBAR_OFFSET, height, backgroundColor: pal.colors.background, }}> + showsHorizontalScrollIndicator={false} + style={{position: 'absolute'}}> { const {height} = e.nativeEvent.layout setHeight(height || 60)