website refactor

This commit is contained in:
2026-01-20 00:52:02 +01:00
parent b9624db452
commit f8e7ec7948
2 changed files with 82 additions and 48 deletions

View File

@@ -35,7 +35,7 @@ export function ShellSidebar({
</Box>
)}
<Box flex={1} px={collapsed ? 2 : 4} className="overflow-y-auto scrollbar-hide transition-all duration-300">
<Box flex={1} px={collapsed ? 2 : 4} className="overflow-y-auto scrollbar-hide transition-all duration-300 flex flex-col">
{children}
</Box>