Skip to content

Commit 0b791fc

Browse files
committed
💄 fix overflow styling issue for labels
1 parent 27296cf commit 0b791fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TimerPicker/DurationScroll.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ const DurationScroll = forwardRef<DurationScrollRef, DurationScrollProps>(
339339
style={{
340340
height:
341341
styles.pickerItemContainer.height * numberOfItemsToShow,
342-
overflow: "hidden",
342+
overflow: "visible",
343343
}}>
344344
<FlatList
345345
ref={flatListRef}

0 commit comments

Comments
 (0)