1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-31 10:11:52 +02:00

additional fix for empty pages in pdf exports #1804

This commit is contained in:
Hakim El Hattab
2017-01-24 15:27:27 +01:00
parent d4133f0160
commit 934c2e9730
2 changed files with 2 additions and 2 deletions

View File

@@ -132,7 +132,7 @@ 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;