Skip to content

Commit b86f98e

Browse files
ngolapnguyentoanbku
authored andcommitted
fix: layout issues after rebase
1 parent 0a57cc4 commit b86f98e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/Dashboard/Layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export default function DashboardLayout({
4242

4343
return (
4444
<>
45-
<div className="flex overflow-auto flex-col min-h-screen bg-dashboard-gray-1">
45+
<div className="flex flex-col min-h-screen bg-dashboard-gray-1">
4646
<div
4747
className={clsx(
4848
'sticky top-0 flex py-4 px-7 flex-shrink-0 justify-between z-10',
@@ -70,7 +70,7 @@ export default function DashboardLayout({
7070
<ConnectButton />
7171
</div>
7272
</div>
73-
<div className="flex relative z-10 flex-1">
73+
<div className="flex relative flex-1">
7474
{connected ? (
7575
<div
7676
className={clsx(

0 commit comments

Comments
 (0)