fix layout styles issues

This commit is contained in:
DefectingCat
2023-11-07 11:34:02 +08:00
parent 7b05f849cc
commit fef02b96ad
5 changed files with 12 additions and 10 deletions

View File

@ -43,10 +43,12 @@ export default function RootLayout({
</head>
<body>
<RUAThemeProvider>
<HeadBar />
{children}
<Footer />
<BackToTop />
<div className="flex flex-col min-h-[100vh]">
<HeadBar />
{children}
<Footer />
<BackToTop />
</div>
</RUAThemeProvider>
</body>
</html>