Skip to content

Commit 3ff7008

Browse files
Fix(ui): Double scrollbar on Windows
1 parent 5ca5935 commit 3ff7008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/layout/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const Layout: React.FC = () => {
2020
<Navbar />
2121
<div className="flex" style={{ height: 'calc(100vh - 56px)' }}>
2222
<AppSidebar />
23-
<div className="m-4 w-full overflow-y-auto">
23+
<div className="m-4 w-full">
2424
<Outlet />
2525
</div>
2626
</div>

0 commit comments

Comments
 (0)