Fix PDF export

This commit is contained in:
2023-08-23 15:18:23 +02:00
parent 947ab0277e
commit 852354b739
2 changed files with 28 additions and 13 deletions

View File

@ -100,3 +100,12 @@
.f3-light .link {
stroke: black;
}
.f3-export {
position: fixed;
top: 0px;
left: 0px;
width: 3508px;
height: 2480px;
opacity: 0;
}