fix: project dropdown
This commit is contained in:
@@ -324,7 +324,12 @@ const ProjectDropDown = ({
|
|||||||
{isOpen && triggerWindowLayout ? (
|
{isOpen && triggerWindowLayout ? (
|
||||||
<Portal>
|
<Portal>
|
||||||
<View style={styles.portalContainer}>
|
<View style={styles.portalContainer}>
|
||||||
<Pressable style={styles.backdrop} onPress={closeDropdown} />
|
<Pressable style={styles.backdrop} onPress={closeDropdown}>
|
||||||
|
<ThemedBlurView
|
||||||
|
pointerEvents="none"
|
||||||
|
style={styles.backdropBlur}
|
||||||
|
/>
|
||||||
|
</Pressable>
|
||||||
<Animated.View
|
<Animated.View
|
||||||
pointerEvents="auto"
|
pointerEvents="auto"
|
||||||
style={[
|
style={[
|
||||||
@@ -538,6 +543,9 @@ const styles = StyleSheet.create({
|
|||||||
zIndex: 1,
|
zIndex: 1,
|
||||||
backgroundColor: "transparent",
|
backgroundColor: "transparent",
|
||||||
},
|
},
|
||||||
|
backdropBlur: {
|
||||||
|
...StyleSheet.absoluteFillObject,
|
||||||
|
},
|
||||||
projectRowPressable: {
|
projectRowPressable: {
|
||||||
flexDirection: "row",
|
flexDirection: "row",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
|||||||
Reference in New Issue
Block a user