mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-11 22:18:54 +08:00
fix: pdf export in client and hide png export (#2604)
This commit is contained in:
@@ -4,7 +4,7 @@ export const waterMarkStyle = style({
|
||||
display: 'none',
|
||||
'@media': {
|
||||
print: {
|
||||
position: 'absolute',
|
||||
position: 'fixed',
|
||||
bottom: '0',
|
||||
right: '20px',
|
||||
zIndex: 100,
|
||||
|
||||
Reference in New Issue
Block a user