mirror of
https://github.com/linsa-io/linsa.git
synced 2026-04-23 08:48:37 +02:00
chore: scrollable and remove link wrapper
This commit is contained in:
@@ -18,7 +18,7 @@ export default function PageLayout({ children }: { children: React.ReactNode })
|
||||
|
||||
<div className="relative flex min-w-0 flex-1 flex-col">
|
||||
<SlidingMenu />
|
||||
<main className="relative flex flex-auto flex-col place-items-stretch lg:my-2 lg:mr-2 lg:rounded-md lg:border">
|
||||
<main className="relative flex flex-auto flex-col place-items-stretch overflow-auto lg:my-2 lg:mr-2 lg:rounded-md lg:border">
|
||||
{children}
|
||||
</main>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user