aboutsummaryrefslogtreecommitdiff
path: root/css/print/pdf.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/print/pdf.css')
-rw-r--r--css/print/pdf.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 20c646a..aa1f7fa 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -144,9 +144,14 @@ ul, ol, div, p {
}
/* Display slide speaker notes when 'showNotes' is enabled */
+.reveal.show-notes {
+ max-width: none;
+ max-height: none;
+}
.reveal .speaker-notes-pdf {
display: block;
width: 100%;
+ height: auto;
max-height: none;
top: auto;
right: auto;
@@ -162,6 +167,7 @@ ul, ol, div, p {
background-color: transparent;
padding: 20px;
page-break-after: always;
+ border: 0;
}
/* Display slide numbers when 'slideNumber' is enabled */