Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions frontend/features/admin/components/admin-shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export function AdminShell({
<div className="flex h-full min-h-0 w-full flex-1 overflow-hidden bg-background">
<div className="mx-auto flex h-full min-h-0 w-full max-w-[1230px] flex-col gap-4 overflow-hidden px-3 py-4 md:px-6 xl:flex-row xl:gap-8 xl:px-0 xl:py-6">
<AdminSidebar activeSection={activeSection} basePath={basePath} />
<main className="min-h-0 min-w-0 flex-1 overflow-y-auto [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden">
<div className="mx-auto w-full max-w-[1080px] xl:pt-20">
<main className="min-h-0 min-w-0 flex-1 overflow-x-hidden overflow-y-auto [scrollbar-width:none] [-ms-overflow-style:none] [&::-webkit-scrollbar]:hidden">
<div className="mx-auto w-full min-w-0 max-w-[1080px] xl:pt-20">
{children}
</div>
</main>
Expand Down
Loading
Loading