File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ export default function ToolingPage({
142142
143143 < div className = 'grid grid-cols-1 lg:grid-cols-4 mx-4 md:mx-12 min-h-screen' >
144144 < div
145- className = { `fixed top-10 lg:top-auto left-0 lg:left-auto mt-20 w-screen lg:w-auto h-full lg:h-auto bg-white dark:bg-slate-800 lg:bg-transparent transition-transform lg:transform-none duration-300 lg:duration-0 ease-in-out overflow-y-auto ${ isSidebarOpen ? '-translate-x-0' : '-translate-x-full' } z-5` }
145+ className = { `fixed top-10 lg:top-auto left-0 lg:left-auto mt-24 w-screen lg:w-auto h-full lg:h-auto bg-white dark:bg-slate-800 lg:bg-transparent transition-transform lg:transform-none duration-300 lg:duration-0 ease-in-out overflow-y-auto ${ isSidebarOpen ? '-translate-x-0' : '-translate-x-full' } z-5` }
146146 style = { {
147147 height : 'calc(100% - 8rem)' ,
148148 scrollbarWidth : 'none' ,
You can’t perform that action at this time.
0 commit comments