summaryrefslogtreecommitdiffhomepage
path: root/css/reveal.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/reveal.css')
-rw-r--r--css/reveal.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/reveal.css b/css/reveal.css
index f51f966..72b9232 100644
--- a/css/reveal.css
+++ b/css/reveal.css
@@ -318,6 +318,14 @@ body {
max-height: 400px;
word-wrap: normal;
}
+.reveal pre.remaining-height code {
+ height: 100%;
+ max-height: 100%;
+
+ -webkit-box-sizing: border-box;
+ -moz-box-sizing: border-box;
+ box-sizing: border-box;
+}
.reveal table th,
.reveal table td {