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 5d64688 commit 2497c9fCopy full SHA for 2497c9f
github-toc.user.js
@@ -22,7 +22,7 @@
22
23
GM_addStyle(`
24
/* z-index > 1000 to be above the */
25
- .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; }
26
.ghus-toc h3 { cursor:move; }
27
/* icon toggles TOC container & subgroups */
28
.ghus-toc h3 svg, .ghus-toc li.collapsible .ghus-toc-icon { cursor:pointer; vertical-align:baseline; }
0 commit comments