Added ability to print a document
This commit is contained in:
@@ -238,6 +238,10 @@ const Header = styled(Flex)`
|
||||
flex-shrink: 0;
|
||||
align-items: flex-end;
|
||||
${({ readOnly }) => !readOnly && 'cursor: text;'};
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const StyledEditor = styled(Editor)`
|
||||
|
||||
@@ -92,6 +92,10 @@ const Wrapper = styled.div`
|
||||
right: 0;
|
||||
top: 150px;
|
||||
z-index: 100;
|
||||
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
`;
|
||||
|
||||
const Anchor = styled.a`
|
||||
|
||||
Reference in New Issue
Block a user