We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7da8b10 commit 8b3793aCopy full SHA for 8b3793a
packages/reusables/src/components/ui/select.tsx
@@ -76,7 +76,7 @@ const SelectContent = React.forwardRef<
76
return (
77
<SelectPrimitive.Portal hostName={portalHost}>
78
<SelectPrimitive.Overlay style={Platform.OS !== 'web' ? StyleSheet.absoluteFill : undefined}>
79
- <Animated.View entering={FadeIn} exiting={FadeOut}>
+ <Animated.View className='z-50' entering={FadeIn} exiting={FadeOut}>
80
<SelectPrimitive.Content
81
ref={ref}
82
className={cn(
0 commit comments