File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,7 @@ const sidebar = SIDEBAR[langCode];
22
22
<div class =" w-full ml--40 md:ml-0 mb-6 mx-auto px-6 md:px-8 md:hidden" >
23
23
<Search isLanding ={ isLanding } client:idle />
24
24
</div >
25
- <div
26
- class =" t3-scrollbar w-full h-full bg-default transition-colors duration-300"
27
- >
25
+ <div class =" w-full h-full bg-default transition-colors duration-300" >
28
26
<ul class =" pb-28 pr-4 pl-4 md:pb-0 dark:text-t3-purple-50 text-slate-900" >
29
27
{
30
28
Object .entries (sidebar ).map (([header , children ]) => (
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
80
80
<nav
81
81
id =" grid-left"
82
82
title =" Site Navigation"
83
- class =" bg-default t3-scrollbar hidden md:flex flex-col justify-start sticky col-span-1 w-full h-auto max-h-[calc(100vh-80px)] md:max-h-[calc(100vh-96px)] top-20 pt-4 md:pt-0 md:top-24 transition-colors duration-300"
83
+ class =" bg-default t3-scrollbar hidden md:flex flex-col justify-start sticky col-span-1 w-full h-auto max-h-[calc(100vh-80px)] md:max-h-[calc(100vh-96px)] top-20 pt-4 md:pt-0 md:top-24 transition-colors duration-300 overflow-y-auto "
84
84
>
85
85
<LeftSidebar currentPage ={ currentPage } />
86
86
</nav >
@@ -97,7 +97,7 @@ const githubEditUrl = `${CONFIG.GITHUB_EDIT_URL}/${currentFile}`;
97
97
<aside
98
98
id =" grid-right"
99
99
title =" Table of Contents"
100
- class =" t3-scrollbar hidden lg:flex lg:flex-col lg:justify-start sticky col-span-1 w-full h-auto max-h-[calc(100vh-100px)] pr-4 top-[100px]"
100
+ class =" t3-scrollbar hidden lg:flex lg:flex-col lg:justify-start sticky col-span-1 w-full h-auto max-h-[calc(100vh-100px)] pr-4 pb-4 top-[100px] overflow-y-auto "
101
101
>
102
102
<RightSidebar
103
103
headings ={ headings }
You can’t perform that action at this time.
0 commit comments