DiscoTOC - automatisches Inhaltsverzeichnis

Wenn Sie möchten, dass das Inhaltsverzeichnis immer vollständig erweitert wird, versuchen Sie, diesen CSS-Code zu Ihrem Theme hinzuzufügen

#d-toc li.d-toc-item > ul {
  max-height: 500em !important;
  overflow: visible !important;
  opacity: 1 !important;
}
5 „Gefällt mir“