fix: toast position

This commit is contained in:
hamster1963
2024-12-26 21:27:42 +08:00
parent ce8e25ff4b
commit 3714b5ba32
2 changed files with 15 additions and 17 deletions
+1 -1
View File
@@ -92,8 +92,8 @@ const App: React.FC = () => {
})}
>
<main className="flex z-20 min-h-[calc(100vh-calc(var(--spacing)*16))] flex-1 flex-col gap-4 p-4 md:p-10 md:pt-8">
<Header />
<RefreshToast />
<Header />
<Routes>
<Route path="/" element={<Server />} />
<Route path="/server/:id" element={<ServerDetail />} />