Skip to content

Commit fe129ec

Browse files
authored
update pointer on Dialog/Portal (#1845)
1 parent cc8fe1d commit fe129ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/components/src/Portal/Portal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const InvisiBox = styled.div<PortalPlacementProps>`
108108
top: 0;
109109
z-index: ${({ theme: { zIndexFloor } }) => zIndexFloor};
110110
111-
* {
111+
> * {
112112
pointer-events: auto;
113113
}
114114
`

0 commit comments

Comments
 (0)