mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-21 13:31:13 -05:00
Fix Admin Toolbar sticky positioning
This commit is contained in:
@@ -24,7 +24,7 @@ export function AdminLayout({
|
||||
<SidebarProvider defaultOpen={true}>
|
||||
<div className="flex min-h-screen w-full">
|
||||
<AdminSidebar />
|
||||
<main className="flex-1 flex flex-col overflow-hidden">
|
||||
<main className="flex-1 flex flex-col">
|
||||
<AdminTopBar
|
||||
onRefresh={onRefresh}
|
||||
refreshMode={refreshMode}
|
||||
@@ -32,7 +32,7 @@ export function AdminLayout({
|
||||
lastUpdated={lastUpdated}
|
||||
isRefreshing={isRefreshing}
|
||||
/>
|
||||
<div className="flex-1 overflow-auto bg-muted/30">
|
||||
<div className="flex-1 overflow-y-auto bg-muted/30">
|
||||
<div className="container mx-auto px-6 py-8 max-w-7xl">
|
||||
{children}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user