Skip to content

Commit

Permalink
Change z-index of TOC to fix cell overlapping (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr authored Nov 8, 2021
1 parent 603c151 commit 1ea9898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TableOfContents.jl
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ const toc_css = """
/* That is, viewport minus top minus Live Docs */
max-height: calc(100vh - 5rem - 56px);
overflow: auto;
z-index: 10;
z-index: 20;
background: white;
}
}
Expand Down

0 comments on commit 1ea9898

Please sign in to comment.