Skip to content

Commit

Permalink
chore(#267): unclear inline style
Browse files Browse the repository at this point in the history
  • Loading branch information
saha80 authored and Rozhkow committed Dec 5, 2023
1 parent 35c7175 commit 63ef985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/BaseFeed/BaseFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const BaseFeed: React.FC<BaseFeedProps> = ({ next, hasMore, target = 'mai
</S.SpinnerWrapper>
}
scrollableTarget={target}
style={{ overflow: 'visible' }}
style={{ overflow: undefined }} // workaround for https://github.com/ankeetmaini/react-infinite-scroll-component/issues/228
>
<S.NewsWrapper>{children}</S.NewsWrapper>
</InfiniteScroll>
Expand Down

0 comments on commit 63ef985

Please sign in to comment.