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 f9498e1 commit f8562eeCopy full SHA for f8562ee
github-toc.user.js
@@ -26,7 +26,7 @@
26
27
GM.addStyle(`
28
/* z-index > 1000 to be above the */
29
- .ghus-toc { position:fixed; z-index:1001; min-width:200px; top:60px; right:10px; }
+ .ghus-toc { position:fixed; z-index:1001; min-width:200px; top:64px; right:10px; }
30
.ghus-toc h3 { cursor:move; }
31
/* icon toggles TOC container & subgroups */
32
.ghus-toc h3 svg, .ghus-toc li.collapsible .ghus-toc-icon { cursor:pointer; vertical-align:baseline; }
0 commit comments