fix: restore scrolling — overflow-clip was blocking overflow-y-auto
This commit is contained in:
@@ -86,7 +86,7 @@ export default function DashboardShell({
|
|||||||
{/* Glass top bar — collapse toggle + realtime, in the margin above the content panel */}
|
{/* Glass top bar — collapse toggle + realtime, in the margin above the content panel */}
|
||||||
<GlassTopBar siteId={siteId} />
|
<GlassTopBar siteId={siteId} />
|
||||||
{/* Content panel */}
|
{/* Content panel */}
|
||||||
<div className="flex-1 flex flex-col min-w-0 mr-2 mb-2 rounded-2xl bg-neutral-950 border border-neutral-800/60 isolate overflow-clip">
|
<div className="flex-1 flex flex-col min-w-0 mr-2 mb-2 rounded-2xl bg-neutral-950 border border-neutral-800/60 overflow-hidden">
|
||||||
<ContentHeader onMobileMenuOpen={openMobile} />
|
<ContentHeader onMobileMenuOpen={openMobile} />
|
||||||
<main className="flex-1 overflow-y-auto pt-4">
|
<main className="flex-1 overflow-y-auto pt-4">
|
||||||
{children}
|
{children}
|
||||||
|
|||||||
Reference in New Issue
Block a user