Skip to content

Commit

Permalink
fix: Should not cut display content of Filler
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieJ committed Aug 5, 2019
1 parent 9663f48 commit 876ea09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filler.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Filler: React.FC<FillerProps> = ({ height, offset, children }): React.Reac
};

if (offset !== undefined) {
outerStyle = { height, position: 'relative', overflow: 'hidden' };
outerStyle = { height, position: 'relative', overflow: 'visible' };

innerStyle = {
...innerStyle,
Expand Down

1 comment on commit 876ea09

@vercel
Copy link

@vercel vercel bot commented on 876ea09 Aug 5, 2019

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.