Skip to content

Commit

Permalink
fix: Env Dev Hint zindex issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-dalmet committed Oct 6, 2023
1 parent ccd8ea1 commit ecaf50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/EnvDevHint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const EnvDevHint = () => {

return (
<Box
zIndex="100"
zIndex="9999"
position="fixed"
top="0"
insetStart="0"
Expand Down

1 comment on commit ecaf50e

@vercel
Copy link

@vercel vercel bot commented on ecaf50e Oct 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.