Skip to content

Commit 876ea09

Browse files
committed
fix: Should not cut display content of Filler
1 parent 9663f48 commit 876ea09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filler.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const Filler: React.FC<FillerProps> = ({ height, offset, children }): React.Reac
2121
};
2222

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

2626
innerStyle = {
2727
...innerStyle,

0 commit comments

Comments
 (0)