mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-29 16:14:43 +00:00
breadcrumnbs sticky top
This commit is contained in:
@@ -178,9 +178,9 @@ export default function Sidebar({ children, username, fullName, breadcrumbPath }
|
||||
</aside>
|
||||
|
||||
{/* Main content */}
|
||||
<main className="flex-1 overflow-auto">
|
||||
<main className="flex-1 flex flex-col">
|
||||
<Breadcrumbs breadcrumbPath={breadcrumbPath} />
|
||||
<div className="p-8 ">
|
||||
<div className="p-8 overflow-auto flex-1">
|
||||
{children}
|
||||
</div>
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user