File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,8 @@ const Overview = () => {
39
39
} , [ balance , showInfo ] ) ;
40
40
41
41
return (
42
- < div className = "overflow-y-auto h-[calc(100vh-56px)]" >
43
- < div className = "max-w-6xl pt-12 pb-16 px-4 mx-auto space-y-14" >
42
+ < div className = "overflow-y-auto h-[calc(100vh-56px)] flex flex-col " >
43
+ < div className = "max-w-6xl pt-12 pb-16 px-4 mx-auto space-y-14 flex-1 " >
44
44
< div className = "flex gap-8 flex-col lg:flex-row items-center lg:items-start" >
45
45
{ ! isLoggedIn ? (
46
46
< Typography level = "h3" fontWeight = "lg" className = "flex-1 pb-3" >
@@ -158,7 +158,7 @@ const Overview = () => {
158
158
</ div >
159
159
) }
160
160
</ div >
161
- < div
161
+ { /* <div
162
162
className={clsx("grid grid-cols-1 mx-auto gap-4", {
163
163
"md:grid-cols-2": stakingPools.length >= 2,
164
164
"lg:grid-cols-3": stakingPools.length >= 3,
@@ -173,7 +173,7 @@ const Overview = () => {
173
173
{stakingPools.some((each) => each.type === "nft") && (
174
174
<NFTCard hidden={isLoggedIn && !showInfo} />
175
175
)}
176
- </ div >
176
+ </div> */ }
177
177
</ div >
178
178
< Footer />
179
179
</ div >
You can’t perform that action at this time.
0 commit comments