We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dff762 commit a59f465Copy full SHA for a59f465
github-toc.user.js
@@ -22,7 +22,7 @@
22
23
GM_addStyle(`
24
/* z-index > 1000 to be above the */
25
- .github-toc { position:fixed; z-index:1001; min-width:200px; top:55px; right:10px; }
+ .github-toc { position:fixed; z-index:1001; min-width:200px; top:56px; right:10px; }
26
.github-toc h3 { cursor:move; }
27
/* icon toggles TOC container & subgroups */
28
.github-toc h3 svg, .github-toc li.collapsible .github-toc-icon { cursor:pointer; vertical-align:baseline; }
0 commit comments