fix: add top margin of toaster for topnav in mobile

This commit is contained in:
p-sw 2024-06-03 14:48:56 +09:00
parent b6a1555397
commit 8760c91c0c

View File

@ -205,7 +205,7 @@ function TopNav() {
function MainLayout() { function MainLayout() {
return ( return (
<> <>
<Toaster /> <Toaster className="top-16" />
<TopNav /> <TopNav />
<Outlet /> <Outlet />
</> </>