Skip to content

Commit c98f603

Browse files
authored
fix: app overflow (#1332)
1 parent b715733 commit c98f603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export const App = () => {
3232
return (
3333
<AppProvider>
3434
<Router>
35-
<div className="flex h-full flex-col pl-14">
35+
<div className="flex h-full overflow-y-auto flex-col pl-14">
3636
<Loading />
3737
<Sidebar />
3838
<Routes>

0 commit comments

Comments
 (0)