Skip to content

Commit

Permalink
Hide menu on print
Browse files Browse the repository at this point in the history
  • Loading branch information
echaidemenos committed Jul 30, 2024
1 parent ef53446 commit 4f254bc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions apps/frontend/utils/CustomToolMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ const CustomToolMenu = ({ withBorder = true }: CustomToolMenuProps) => {
return (
<>
<IconButton
sx={{
'@media print': {
display: 'none',
},
}}
onClick={handleOpenMenu}
style={{
...borderStyles,
Expand Down

0 comments on commit 4f254bc

Please sign in to comment.