style: left fixed internal toc

This commit is contained in:
Igor Támara 2025-11-07 23:48:36 -05:00 committed by CJ van den Berg
parent b87fb9dfbc
commit 321d6a798b
2 changed files with 61 additions and 0 deletions

View file

@ -3,6 +3,15 @@
</head>
<body id="body">
<h1 :text="$page.title"></h1>
<div class="top-container" >
<h1>Flow</h1>
<div class="toc-container">
<div class="vertical-text"> <a href="#body" :text="$page.title"></a></div>
<div class="toc" :html="$page.toc()"></div>
</div>
</div>
<div :html="$page.content()"></div>
<div>