We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a57cc4 commit b86f98eCopy full SHA for b86f98e
components/Dashboard/Layout.tsx
@@ -42,7 +42,7 @@ export default function DashboardLayout({
42
43
return (
44
<>
45
- <div className="flex overflow-auto flex-col min-h-screen bg-dashboard-gray-1">
+ <div className="flex flex-col min-h-screen bg-dashboard-gray-1">
46
<div
47
className={clsx(
48
'sticky top-0 flex py-4 px-7 flex-shrink-0 justify-between z-10',
@@ -70,7 +70,7 @@ export default function DashboardLayout({
70
<ConnectButton />
71
</div>
72
73
- <div className="flex relative z-10 flex-1">
+ <div className="flex relative flex-1">
74
{connected ? (
75
76
0 commit comments