fix: 修复页面过渡动画导致 fixed 定位失效和全局徽章被遮挡

This commit is contained in:
2026-02-26 16:49:06 +08:00
parent add9733bc9
commit b1cbf0d589
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -40,8 +40,8 @@ export default function RootLayout({
</head>
<body className={`${geistSans.variable} font-sans antialiased`}>
<ServiceWorkerRegistrar />
<GlobalUserBadge />
<PageTransition>{children}</PageTransition>
<GlobalUserBadge />
</body>
</html>
);