From 876ea09ea08d3793d64f96de1d4a99da410d69a6 Mon Sep 17 00:00:00 2001 From: zombiej Date: Mon, 5 Aug 2019 10:02:42 +0800 Subject: [PATCH] fix: Should not cut display content of Filler --- src/Filler.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Filler.tsx b/src/Filler.tsx index 194e7e5e..4cc9151d 100644 --- a/src/Filler.tsx +++ b/src/Filler.tsx @@ -21,7 +21,7 @@ const Filler: React.FC = ({ height, offset, children }): React.Reac }; if (offset !== undefined) { - outerStyle = { height, position: 'relative', overflow: 'hidden' }; + outerStyle = { height, position: 'relative', overflow: 'visible' }; innerStyle = { ...innerStyle,