1
0
Fork 0
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:
Andrew Simachev 2024-02-02 15:30:21 +01:00
parent 4735089ed1
commit 521bd673f5
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8
2 changed files with 1 additions and 3 deletions

View file

@ -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) {

View file

@ -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; }