mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-19 04:52:20 +02:00
prevent extra page at end when printing to pdf, reader mode styling tweaks
This commit is contained in:
@@ -70,6 +70,10 @@ html.reveal-print {
|
||||
page-break-after: always;
|
||||
}
|
||||
|
||||
.reveal .slides .pdf-page:last-of-type {
|
||||
page-break-after: avoid;
|
||||
}
|
||||
|
||||
.reveal .slides section {
|
||||
visibility: visible !important;
|
||||
display: block !important;
|
||||
|
Reference in New Issue
Block a user