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 Himself65
parent 79ab2c1525
commit b342cc604c
3 changed files with 128 additions and 71 deletions
@@ -58,6 +58,11 @@ export const mainContainerStyle = style({
borderRadius: '8px',
overflow: 'hidden',
boxShadow: 'var(--affine-shadow-1)',
'@media': {
print: {
overflow: 'visible',
},
},
},
},
});