Add back styles to PTR
This commit is contained in:
parent
cf3ae90233
commit
839e5f8a51
|
@ -0,0 +1,4 @@
|
|||
.ptr,
|
||||
.ptr__children {
|
||||
@apply !overflow-visible;
|
||||
}
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue