Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson committed Feb 15, 2023
1 parent 9284336 commit 8730163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ function GensploreView({genbankString, searchInput, setSearchInput}) {

const rowVirtualizer = useWindowVirtualizer({
count: rowData.length,
estimateSize: () => 60,
estimateSize: () => 90,
scrollMargin: parentOffsetRef.current,
})

Expand Down

1 comment on commit 8730163

@vercel
Copy link

@vercel vercel bot commented on 8730163 Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.