Added ability to print a document

This commit is contained in:
Jori Lallo
2017-12-02 16:27:45 -08:00
parent 0af46a0d46
commit 224f94a79e
6 changed files with 22 additions and 0 deletions

View File

@@ -92,6 +92,10 @@ const Wrapper = styled.div`
right: 0;
top: 150px;
z-index: 100;
@media print {
display: none;
}
`;
const Anchor = styled.a`