fix: adjust dashboard main offset to use margin-left to prevent clipping behind sidebar
This commit is contained in:
parent
59ba358782
commit
79d27e736f
1 changed files with 1 additions and 1 deletions
|
|
@ -1998,7 +1998,7 @@ export default function App() {
|
|||
</aside>
|
||||
|
||||
{/* Main Workspace Frame */}
|
||||
<main className="w-full flex-grow md:pl-64 flex flex-col min-h-screen bg-background">
|
||||
<main className="flex-grow md:ml-64 flex flex-col min-h-screen bg-background">
|
||||
|
||||
{/* Top Workspace Header */}
|
||||
<header className="h-16 border-b border-[#D9C5B2] bg-white flex items-center justify-between px-8 sticky top-0 z-30">
|
||||
|
|
|
|||
Loading…
Reference in a new issue