Add new page designs 2

This commit is contained in:
Urtzi Alfaro
2025-08-30 19:21:15 +02:00
parent 62b1ab9cb1
commit 0b5c6872e3
7 changed files with 21 additions and 11 deletions

View File

@@ -242,6 +242,7 @@ export const AppShell = forwardRef<AppShellRef, AppShellProps>(({
<main
className={clsx(
'flex-1 flex flex-col transition-all duration-300 ease-in-out',
'overflow-x-hidden', // Prevent horizontal overflow
// Add header offset
shouldShowHeader && 'pt-[var(--header-height)]',
// Adjust margins based on sidebar state