fix: pdf export in client and hide png export (#2604)

This commit is contained in:
fourdim
2023-06-01 21:26:57 +08:00
committed by GitHub
parent 7af5bd3894
commit 89a566a645
3 changed files with 128 additions and 71 deletions

View File

@@ -58,6 +58,11 @@ export const mainContainerStyle = style({
borderRadius: '8px',
overflow: 'hidden',
boxShadow: 'var(--affine-shadow-1)',
'@media': {
print: {
overflow: 'visible',
},
},
},
},
});