diff --git a/app/components/Layout.js b/app/components/Layout.js index 8db6aeb7d..4c96b26a8 100644 --- a/app/components/Layout.js +++ b/app/components/Layout.js @@ -188,6 +188,10 @@ const MobileMenuButton = styled(Button)` ${breakpoint("tablet")` display: none; `}; + + @media print { + display: none; + } `; const Content = styled(Flex)`