You are here

toc.css in Toc.js 8

Same filename and directory in other branches
  1. 2.0.x css/toc.css
a.back-to-top {
  float: right;
  font-size: 0.7rem;
  display: none;
}
.toc-js.sticky {
  position: relative;
}
.toc-js.sticky.is-sticked {
  position: fixed;
}

.toc-js {
  display: none;
}

File

css/toc.css
View source
  1. a.back-to-top {
  2. float: right;
  3. font-size: 0.7rem;
  4. display: none;
  5. }
  6. .toc-js.sticky {
  7. position: relative;
  8. }
  9. .toc-js.sticky.is-sticked {
  10. position: fixed;
  11. }
  12. .toc-js {
  13. display: none;
  14. }