Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion github-toc.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

GM.addStyle(`
/* z-index > 1000 to be above the */
.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; }
.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; }
Expand Down