Skip to content

Commit

Permalink
revert offset
Browse files Browse the repository at this point in the history
  • Loading branch information
patrykkopycinski committed Jan 22, 2020
1 parent 4b0f490 commit 58da903
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const TOP_OFFSET = 50;
* keep around 5 rows rendering below it. All other DOM elements are replaced with their "blank"
* rows.
*/
const BOTTOM_OFFSET = -50;
const BOTTOM_OFFSET = -500;

interface AttributesProps {
children: React.ReactNode;
Expand Down

0 comments on commit 58da903

Please sign in to comment.