diff --git a/src/App.js b/src/App.js index e08ff16..731304d 100644 --- a/src/App.js +++ b/src/App.js @@ -998,7 +998,7 @@ function GensploreView({genbankString, searchInput, setSearchInput}) { const rowVirtualizer = useWindowVirtualizer({ count: rowData.length, - estimateSize: () => 60, + estimateSize: () => 90, scrollMargin: parentOffsetRef.current, })