Skip to content
Snippets Groups Projects

Issue #3200868: TOC title shows when TOC is empty

Open codebymikey requested to merge issue/toc_js-3200868:3200868-toc-title-shows into 2.0.x
3 files
+ 17
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 6
1
@@ -3,13 +3,18 @@ a.back-to-top {
font-size: 0.7rem;
display: none;
}
a.back-to-top.is-visible {
display: block;
}
.toc-js.sticky {
position: relative;
}
.toc-js.sticky.is-sticked {
position: fixed;
}
.toc-js {
display: none;
}
.toc-js.is-visible {
display: block;
}
Loading