Skip to content

Commit 375168c

Browse files
committed
dont set zIndexOffset to Infinity
1 parent d75fc6c commit 375168c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dashboard/src/components/Highlighter.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const Highlighter = forwardRef<ContainerRef, ContainerProperties>(
6666
positionType="absolute"
6767
positionLeft="50%"
6868
positionTop="50%"
69-
zIndexOffset={Infinity}
69+
zIndexOffset={20}
7070
borderColor="red"
7171
borderWidth={1}
7272
/>

0 commit comments

Comments
 (0)