Skip to content

Commit

Permalink
fix CSS for paginated preview
Browse files Browse the repository at this point in the history
  • Loading branch information
mb21 committed Jul 19, 2020
1 parent 86ce8c0 commit 3cf3bb2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion static/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ input:active, input:focus {
position: relative;
border-left: 1px solid lightgrey;
}
.preview.paginated {
.preview.paginated > .previewDiv {
background-color: grey;
}
.preview iframe {
Expand Down
4 changes: 2 additions & 2 deletions static/previewFramePaged.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html style="background-color: transparent;">
<head>
<meta charset="UTF-8">
<!--
Expand All @@ -8,6 +8,6 @@
-->
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-eval'">
</head>
<body style="margin: 0; padding: 0;">
<body style="margin: 0; padding: 0; background-color: transparent; max-width: unset;">
</body>
</html>

0 comments on commit 3cf3bb2

Please sign in to comment.