Skip to content

Commit

Permalink
Revert removal of .js-toc-block relative
Browse files Browse the repository at this point in the history
  • Loading branch information
yorkshire-pudding authored Sep 15, 2022
1 parent 7b9f1f1 commit bf573ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion css/tocbot-style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.js-toc-block {
position: relative;
}
.js-toc-block.is-position-fixed {
position: relative !important;
}
Expand Down Expand Up @@ -27,4 +30,4 @@
.js-toc-block.is-position-fixed {
max-width: 259px;
}
}
}

0 comments on commit bf573ff

Please sign in to comment.