Skip to content

Commit

Permalink
fix nav z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
dickeyy committed Jun 4, 2024
1 parent 572005c commit d54d904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export default function Document({ document }: { document?: DocumentType }) {

return (
<div className="col-span-1 flex min-h-screen w-full flex-col items-start justify-start pt-4">
<nav className="bg-background fixed left-0 top-0 flex w-full items-center justify-end gap-4 px-8 py-2">
<nav className="bg-background fixed left-0 top-0 z-10 flex w-full items-center justify-end gap-4 px-8 py-2">
{isSaving ? (
<div className="flex flex-row items-center gap-2">
<Spinner className="fill-foreground/60 h-3 w-3" />
Expand Down

0 comments on commit d54d904

Please sign in to comment.