1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-12 10:40:43 +09:00

PDF rendering

This commit is contained in:
Andrew Simachev 2024-01-12 17:11:36 +01:00
parent f94ac29696
commit 8465f61cb3
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -44,7 +44,7 @@
.loaderWrapper { width: 100%; height: 48px; position: relative; left: 0px; top: 0px; }
.react-pdf__Document { width: 100%; display: inline-block; position: relative; flex-grow: 1; }
.react-pdf__Page { position: static !important; min-width: unset !important; min-height: unset !important; }
.react-pdf__Page { position: static !important; }
.react-pdf__Page__svg, .react-pdf__Page__canvas { overflow: hidden; }
.react-pdf__Page__svg svg { width: 100%; height: auto; }
.react-pdf__Page__textContent { display: none; }