Skip to content

Commit 71a3c9b

Browse files
committed
portal manager box-none
1 parent b46f42a commit 71a3c9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default class PortalManager extends React.PureComponent<object, State> {
4444
collapsable={
4545
false /* Need collapsable=false here to clip the elevations, otherwise they appear above sibling components */
4646
}
47-
style={[StyleSheet.absoluteFill, { pointerEvents: "none" }]}
47+
style={[StyleSheet.absoluteFill, { pointerEvents: "box-none" }]}
4848
>
4949
{children}
5050
</View>

0 commit comments

Comments
 (0)