Repository URL to install this package:
|
Version:
0.9.5 ▾
|
import { styled } from 'view-container'
const BackToTopParent = styled.div`
position: fixed;
/* top: 80%;
bottom: 20px;
right: 20px; */
`
export { BackToTopParent }