Hallo forum,
select one topic (scroll down on the left side):
correct content will be shown (right side), but it jumps back to the top on left side.
Is it possible to prevent this and stay on selected entry on left side?
Thanks, Stefan
<style>
.colortext
{ font-variant:small-caps; color: red; }
.myTOC .tc-table-of-contents, .myTOC .tc-tabbed-table-of-contents-content
{ max-height:50vh; overflow: hidden auto; }
</style>
<span class="myTOC">
<$macrocall
$name="toc-tabbed-internal-nav"
tag="Community"
sort="sortan[]"
selectedTiddler=<<qualify "$:/temp/toc/selectedTiddler">>
unselectedText="""<p class="colortext"> ← Thema wählen</p>"""
missingText="""<p class="colortext"> Tiddler fehlt...</p>"""
/>
</span>