mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-09 09:35:02 +09:00
JS-3905: fix
This commit is contained in:
parent
4735089ed1
commit
521bd673f5
2 changed files with 1 additions and 3 deletions
2
dist/embed/iframe.html
vendored
2
dist/embed/iframe.html
vendored
|
@ -176,8 +176,6 @@
|
|||
const src = list.shift();
|
||||
const script = document.createElement('script');
|
||||
|
||||
console.log(src);
|
||||
|
||||
scripts.append(script);
|
||||
script.onload = function (e) {
|
||||
if (list.length) {
|
||||
|
|
|
@ -2,7 +2,7 @@ html.printMedia {
|
|||
@page { size: A4; margin: 0px 1.5cm; }
|
||||
@page:first { margin-top: 0px; }
|
||||
|
||||
body { margin: 0px; -webkit-print-color-adjust: exact; }
|
||||
body { margin: 0px; -webkit-print-color-adjust: exact; caret-color: transparent; }
|
||||
|
||||
#selection * { user-select: text; }
|
||||
.overPopup { overflow: visible !important; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue