From d2557d63c06b19694fc30564050b697bf102705f Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Wed, 16 Aug 2023 16:24:42 +0200 Subject: [PATCH] Give main tag a height of 100% in css for reveal html - as suggested here: https://github.com/hakimel/reveal.js/issues/2082 - resolves #2030 --- share/templates/reveal/static/custom_reveal.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/share/templates/reveal/static/custom_reveal.css b/share/templates/reveal/static/custom_reveal.css index 8d2fb5238..fbff886a7 100644 --- a/share/templates/reveal/static/custom_reveal.css +++ b/share/templates/reveal/static/custom_reveal.css @@ -65,6 +65,10 @@ div.jp-OutputPrompt { box-shadow: none; } +main { + height: 100%; +} + /* Reveal navigation controls */ .reveal .controls .navigate-left,