Add back styles to PTR

This commit is contained in:
Alex Gleason 2024-11-18 10:22:14 -06:00
parent cf3ae90233
commit 839e5f8a51
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
.ptr,
.ptr__children {
@apply !overflow-visible;
}

View File

@ -2,6 +2,8 @@ import PTRComponent from 'react-simple-pull-to-refresh';
import Spinner from 'soapbox/components/ui/spinner.tsx';
import './pull-to-refresh.css';
interface IPullToRefresh {
onRefresh?: () => Promise<any>;
refreshingContent?: JSX.Element | string;