We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75fc6c commit 375168cCopy full SHA for 375168c
examples/dashboard/src/components/Highlighter.tsx
@@ -66,7 +66,7 @@ export const Highlighter = forwardRef<ContainerRef, ContainerProperties>(
66
positionType="absolute"
67
positionLeft="50%"
68
positionTop="50%"
69
- zIndexOffset={Infinity}
+ zIndexOffset={20}
70
borderColor="red"
71
borderWidth={1}
72
/>
0 commit comments