Skip to content

Commit

Permalink
fix: Slider zIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jun 3, 2024
1 parent 1e714a9 commit 54e58a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FancySlider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ const styles = StyleSheet.create({
root: {
height: CIRCLE_SIZE,
flexDirection: 'row',
zIndex: 10, // To make sure slider is always on top
},
container: {
flexDirection: 'row',
Expand Down

0 comments on commit 54e58a4

Please sign in to comment.