Fixes #918 - Add extra at bottom of document
This commit is contained in:
@ -2,6 +2,7 @@
|
|||||||
import styled from 'styled-components';
|
import styled from 'styled-components';
|
||||||
|
|
||||||
const ClickablePadding = styled.div`
|
const ClickablePadding = styled.div`
|
||||||
|
min-height: 6em;
|
||||||
cursor: ${({ onClick }) => (onClick ? 'text' : 'default')};
|
cursor: ${({ onClick }) => (onClick ? 'text' : 'default')};
|
||||||
${({ grow }) => grow && `flex-grow: 100;`};
|
${({ grow }) => grow && `flex-grow: 100;`};
|
||||||
`;
|
`;
|
||||||
|
Reference in New Issue
Block a user