diff --git a/github-toc.user.js b/github-toc.user.js index 56c9287..316f7eb 100644 --- a/github-toc.user.js +++ b/github-toc.user.js @@ -22,7 +22,7 @@ GM_addStyle(` /* z-index > 1000 to be above the */ - .ghus-toc { position:fixed; z-index:1001; min-width:200px; top:56px; right:10px; } + .ghus-toc { position:fixed; z-index:1001; min-width:200px; top:60px; right:10px; } .ghus-toc h3 { cursor:move; } /* icon toggles TOC container & subgroups */ .ghus-toc h3 svg, .ghus-toc li.collapsible .ghus-toc-icon { cursor:pointer; vertical-align:baseline; }