Skip to content

Commit

Permalink
[#41] better UX
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-kopecky committed Oct 19, 2021
1 parent 1ddd818 commit 72eb8e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/VocabularyTermsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const VocabularyTermsList: React.FC<VocabularyTermsListProps> = (props) => {
itemCount={props.terms.length}
itemSize={34}
width={700}
overscanCount={5}
overscanCount={10}
>
{Row}
</List>
Expand Down

0 comments on commit 72eb8e8

Please sign in to comment.