fixed scroll
This commit is contained in:
parent
24e9c88106
commit
157adfce7e
|
|
@ -9,7 +9,7 @@ export const Route = createRootRoute({
|
|||
<div className="flex overflow-hidden bg-[#F7F7F9]">
|
||||
<Sidebar />
|
||||
|
||||
<main className="relative h-screen w-full overflow-y-scroll px-4 pt-4">
|
||||
<main className="relative h-screen w-full px-4 pt-4">
|
||||
<Outlet />
|
||||
</main>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user