File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 class ="sticky top-16 h-[calc(100vh-64px)] min-w-52 space-y-4 overflow-y-auto py-4 w-full "
33>
44 {{ partial "github-links.html" . }}
5- < div id ="TableOfContents ">
5+ < div id ="TableOfContents " class =" overflow-x-auto " >
66 {{ partialCached "pagemeta.html" . . }}
77 </ div >
88 {{- if ne .Type "guides" }}
99 {{ with .GetTerms "tags" }}
10- < div class ="not-prose mt-8 px-4 ">
10+ < div class ="not-prose mt-8 px-4 overflow-x-auto ">
1111 {{- partial "tags.html" . }}
1212 </ div >
1313 {{- end }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h1 data-pagefind-weight="10">{{ .Title }}</h1>
1313 </ div >
1414 {{ .Content }}
1515 </ article >
16- < div class ="-mt-8 -mr-20 hidden min-w-48 flex-1 lg:block ">
16+ < div class ="-mt-8 hidden min-w-48 flex-1 lg:block ">
1717 {{ partial "aside.html" . }}
1818 </ div >
1919</ div >
You can’t perform that action at this time.
0 commit comments