diff --git a/src/components/layout/AppShell/AppShell.tsx b/src/components/layout/AppShell/AppShell.tsx index b144a69..238cf51 100644 --- a/src/components/layout/AppShell/AppShell.tsx +++ b/src/components/layout/AppShell/AppShell.tsx @@ -503,11 +503,11 @@ export function AppShell({ children }: AppShellProps) { {/* Main content */}
- {/* Disable animations in Telegram Mini App and admin pages to prevent visual glitches */} - {isTelegramWebApp || location.pathname.startsWith('/admin') ? ( + {/* Disable animations in admin pages (scroll restoration conflicts with animations) */} + {location.pathname.startsWith('/admin') ? ( children ) : ( - +