Skip to content

Commit 80f00fa

Browse files
committed
fix: disable fadein appshell for mobile
1 parent c5b8f78 commit 80f00fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layouts/dashboard/main-layout/main.layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function MainLayout() {
4646

4747
return (
4848
<AppShell
49-
className={classes.appShellFadeIn}
49+
className={isMobile ? undefined : classes.appShellFadeIn}
5050
header={{ height: 64, collapsed: isMobile ? false : !pinned, offset: false }}
5151
layout="alt"
5252
navbar={{

0 commit comments

Comments
 (0)