Skip to content

Commit

Permalink
fix: indexes list can not scrollable.
Browse files Browse the repository at this point in the history
  • Loading branch information
riccox committed Mar 4, 2023
1 parent 6bc4047 commit 0956552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ function IndexesLayout() {
<div
className={`flex-1
flex flex-col justify-start items-stretch
rounded-3xl gap-y-2`}
rounded-3xl gap-y-2 overflow-scroll p-1`}
>
{indexList}
</div>
Expand Down

0 comments on commit 0956552

Please sign in to comment.