Skip to content

Commit

Permalink
FINALLY fixed missing content in PDF export
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Aug 29, 2023
1 parent 72cf4f6 commit deca69d
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions typora/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,19 @@ content:after, .typora-export-content:after {
content:after, .typora-export-content:after {
display: none;
}
body {
min-height: 0;
margin: 0;
overflow-y: visible;
background: none;
}
html {
background-image: url("https://www.dndbeyond.com/content/1-0-1895-0/skins/waterdeep/images/mon-summary/paper-texture.png");
background-color: var(--offwhite);
}
#write, #typora-source {
min-height: 0;
padding: 0;
overflow-y: visible;
box-shadow: none;
background: none;
background: none;
box-shadow: none;
}
}

Expand Down

0 comments on commit deca69d

Please sign in to comment.