Merge branch 'ptr-scrollbar' into 'main'
Add back styles to PTR See merge request soapbox-pub/soapbox!3263
This commit is contained in:
commit
70a9886410
|
@ -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