Skip to content

Commit

Permalink
fix: use overscan to prevent blank scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
keiko233 committed Mar 31, 2024
1 parent 81a7e1b commit de28211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/rules.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export default function RulesPage() {
<RuleItem index={index + 1} value={item} />
)}
followOutput={"smooth"}
overscan={900}
/>
) : (
<BaseEmpty text="No Rules" />
Expand Down

0 comments on commit de28211

Please sign in to comment.