We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9663f48 commit 876ea09Copy full SHA for 876ea09
src/Filler.tsx
@@ -21,7 +21,7 @@ const Filler: React.FC<FillerProps> = ({ height, offset, children }): React.Reac
21
};
22
23
if (offset !== undefined) {
24
- outerStyle = { height, position: 'relative', overflow: 'hidden' };
+ outerStyle = { height, position: 'relative', overflow: 'visible' };
25
26
innerStyle = {
27
...innerStyle,
0 commit comments