website refactor
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user