Skip to content

Commit b46f42a

Browse files
committed
fix the portal host issue
1 parent 51ca63d commit b46f42a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/components/Portal/PortalHost.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ export default class PortalHost extends React.Component<Props> {
136136
const styles = StyleSheet.create({
137137
container: {
138138
flex: 1,
139-
pointerEvents: "none",
139+
pointerEvents: "box-none",
140140
},
141141
});

0 commit comments

Comments
 (0)