fix: adjust dashboard main offset to use margin-left to prevent clipping behind sidebar

This commit is contained in:
vickytechkey 2026-08-20 19:39:51 +05:30
parent 59ba358782
commit 79d27e736f

View file

@ -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">