summaryrefslogtreecommitdiffhomepage
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/print/pdf.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/css/print/pdf.css b/css/print/pdf.css
index 4bfcddc..8c3234c 100644
--- a/css/print/pdf.css
+++ b/css/print/pdf.css
@@ -132,13 +132,14 @@ ul, ol, div, p {
}
/* Slide backgrounds are placed inside of their slide when exporting to PDF */
-.reveal section .slide-background {
+.reveal .slide-background {
display: block !important;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
+ z-index: auto !important;
}
/* Display slide speaker notes when 'showNotes' is enabled */