From 2cc5ae946b40f98a7a1f1a883d995615f69681e2 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Tue, 11 Oct 2016 11:03:49 +0200 Subject: new, fixed, speaker notes layout --- css/print/pdf.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'css/print/pdf.css') diff --git a/css/print/pdf.css b/css/print/pdf.css index 20c646a..2b86cb2 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; -- cgit v1.2.3