Skip to content

Commit

Permalink
dont set zIndexOffset to Infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
bbohlender committed Mar 7, 2025
1 parent d75fc6c commit 375168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dashboard/src/components/Highlighter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export const Highlighter = forwardRef<ContainerRef, ContainerProperties>(
positionType="absolute"
positionLeft="50%"
positionTop="50%"
zIndexOffset={Infinity}
zIndexOffset={20}
borderColor="red"
borderWidth={1}
/>
Expand Down

0 comments on commit 375168c

Please sign in to comment.